Discussion :: Control Instructions
-
What will be the output of the program?
#include int main() { int x=1, y=1; for(; y; printf("%d %d\n", x, y)) { y = x++ 5; } printf("\n"); return 0; }
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment

Whatsapp
Facebook