What is the output of C Program.?
int main()
{ int a=0;
a = printf("4");
printf("%d",a);
return 0;
}
Turing's Test :CodeClash 1.0(Batch 3)
Quiz
•
Computers
•
•
Hard
Sumithra pm
Used 8+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of C Program.?
int main()
{ int a=0;
a = printf("4");
printf("%d",a);
return 0;
}
04
40
41
compiler error
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the C Program.?
int main() {
if( 4 > 5 )
printf("Hurray..\n");
printf("Yes");
return 0;
}
Yes
Hurray..
Yes
Hurray..Yes
No Output
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the program.? #include<stdio.h>
int main() {
printf("Hello Boss.");
}
Hello Boss.
hello boss
No output
Compiler error
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the ASCII value of NULL or \0.?
0
1
101
100
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of C program.?
int main() {
char str1[]="JAMES,";
char str2[15]="BOND ";
strcat(str2,str1);
printf("%s",str2);
printf("%s",str1); }
JAMES BOND,JAMES,
JAMES,JAMES,
BOND JAMES,JAMES,
None of the above
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of C program.?
int main() {
printf("%c","HUMPTY"[2]);
}
HUMPTY
U
M
HUM
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How many times CodeClash1.0 is printed?
int main()
{
while(1)
{
printf("CodeClash1.0 ");
}
return 0;
}
1 time
Compilation Error
Infinite times
Runtime Error
15 questions
Techno Quiz..1
Quiz
•
KG - University
16 questions
C-Programming Basics
Quiz
•
12th Grade
25 questions
C PROGRAMMING
Quiz
•
University
20 questions
first round quiz
Quiz
•
Professional Development
20 questions
CSE C Section
Quiz
•
University
20 questions
Turing's Test: CodeClash1.0
Quiz
•
KG - University
15 questions
BASIC C PROGRAMMING QUIZ
Quiz
•
University
20 questions
CCE-III Programming in C Language
Quiz
•
University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade