C Programming MCQ

1: Output of the following program fragment (in C) is for (i = 1; i < 5; i ++); if (i = = 3) continue; else printf ("%d",i);
A. 1 2 3 4 5
B. 1 2 4
C. 2 4 5
D. none of these
 

Answer : B

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.