116) The following Program
main()
{
int i = 5;
if (i == 5) return;
else printf (" is not five");
printf("over");
}
results in
Answer is:
execution termination, without printing anything
Related C Programming MCQ with Answers
Answer is:
i5h4g3f2el
Answer is:
none of the above
Answer is:
3-7-11
Answer is: