107) Consider the following program fragment
char c = ' a ';
while ( c++ <= ' z ')
putchar ( xxx );
If the required output is abcdefghijklmnopqrstuvwxyz, then xxx should be
Answer is:
c-1
Related C Programming MCQ with Answers
Answer is:
both {for ( ; ; ) ;} & {return;}
Answer is:
printing of 15
Answer is:
1 2 4
Answer is: