C Programming MCQ

1:

The following Program

main() 
{
int i = 5;
if (i == 5) return;
else printf (" is not five");
printf("over");
}


results in

A.

a syntax error

B.

an execution error

C.

printing of over

D.

execution termination, without printing anything

 

Answer : D

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.