Programming in C - I/O Operations

56. Find output of following :
int i=5;
do{putchar(i+100);printf("%d",i--);}
while(i);

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


57. The for statement can precede a loop to be executed 50 times or till a boolean variable "found" become false is given by

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *