What is the output of this C code?
int main() { printf("before continue "); continue; printf("after continue\n"); }
Answer: D
No answer description available for this question.