NEW
Font size
WorksheetsC Programming Quiz-5
Total questions: 10
Worksheet time: 5mins
1. What will be the output of the following C code?
Yes
yes default
Undefined behavior
Compile time error
What will be the output of following program?
Hello
OK
Hello
OK
Error
What will be the output of the program?
This is default
This is case 1
This is case 3
This is default
This is case 1
This is case 3
This is default
What is the output of C Program with switch statement or block?
ANT KING PALACE
KING PALACE
PALACE
Compiler error
What will be the output of following program ?
Hello
ERROR
No Output
Garbage Value
What would be the output of following program?
One
Two
Three
Error
What is the output of C Program with switch statement or block?
MySwitch
No Output
Compiler Error
None of the above
What is the output of C Program with switch statement or block.?
APACHE HEROHONDA
HEROHONDA
No Output
Compiler error
The keyword break cannot be simply used within
while statements
for statement
if else
do while
switch statement accept
int
char
long
all
