In for loop
* Using break is equivalent to using a goto that jumps to the statement immediately following the loop
* Continue is used to by-pass the remainder of the current pass of the loop
* If comma operator is used, then the value returned is the value of the right operand
123) Which of the following comments about for loop are correct
Answer is:
All of the above
Explanation:
Related C Programming MCQ with Answers
Answer is:
Both for loops can be nested & Nested for loop can't overlap
Answer is:
a> b and b <= c
Answer is: