C Programming MCQ

1:

Which of the following comments about for loop are correct ?

A.

Using break is equivalent to using a goto that jumps to the statement immediately following the loop

B.

Continue is used to by-pass the remainder of the current pass of the loop

C.

If comma operator is used, then the value returned is the value of the right operand

D.

All of the above

 

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.