118) The following loop
while(printf("%d", printf("az")))
printf("by");
Answer is:
none of the above
Related C Programming MCQ with Answers
Answer is:
3-7-11
Answer is:
it is assumed to be present and taken to be true
Answer is:
All of the above
Answer is:
All of the above
Explanation:
In for loop
* Index value is retained outside the loop and can be changed from within the loop
* Body of the loop can be empty
* go to can be used to jump. out of loop