97) For loop in a C program, if the condition is missing
Answer is:
it is assumed to be present and taken to the true
Related C Programming MCQ with Answers
Answer is:
All of these
Explanation:
In for loop
* Index value is retained outside the loop
* Index value can be changed from within the loop
* Goto can be used to jump, out of the loop
Answer is: