1.

What is the output of this C code? int main() { printf("before continue "); continue; printf("after continue n"); }

A. Before continue after continue
B. Before continue
C. after continue
D. Compile time error
Answer» E.


Discussion

No Comment Found

Related MCQs