info@avatto.com
+91-9920808017
56. Find output of following : int i=5; do{putchar(i+100);printf("%d",i--);} while(i);
i5h4g3f2e1
14h3g2f1e0
An error message
Infinite Loop
You must be logged in to post a comment.
57. The for statement can precede a loop to be executed 50 times or till a boolean variable "found" become false is given by
for(i=0; i<=50 ll found==false; i++)
for(i=0; i<50 ll found==true; i++)
for(i=1;i<=50 && found==true; i++)
Error
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login
You must be logged in to post a comment.