QUIZ- 5 OF C PROGRAMMING LANGUAGE
QUIZ- 5 OF C PROGRAMMING LANGUAGE Q 1 – What is the output of the following program? #include<stdio.h> main() { int x = 1; do printf(“%d “, x); while(x++<=1); } A – 1 B –...
QUIZ- 5 OF C PROGRAMMING LANGUAGE Q 1 – What is the output of the following program? #include<stdio.h> main() { int x = 1; do printf(“%d “, x); while(x++<=1); } A – 1 B –...