101) Consider following program fragment char c ='a' ;
while (c++ < = 'z')
putchar (xxx) ;
If required output is abcd....xyz, then xxx should be
Answer is:
c-1
Related C Programming MCQ with Answers
Answer is:
Program trace
Answer is:
To choose from multiple possibilities which may arise due to different values of a single variable
Answer is: