![]() Related Questions What is false about the following A compound statement is a.A set of simple statmentsb.Demarcated on What is false about the following A compound statement is a.A set of simple statmentsb.Demarcated on either side by curly bracketsc.Can be used in place of simple statementd.A C function is not a compound statement. C Which of the following is not an infinite loop ?a.while(1){....}b.for(;;){...}c.x=0;do{/*x unaltered Which of the following is not an infinite loop ?a.while(1){....}b.for(;;){...}c.x=0;do{/*x unaltered within the loop*/...}while(x==0);d.# define TRUE 0while(TRUE){....} D A Latest Answer : answer is 5 times ... What is incorrect among teh followingA recursive functiiona.calls itselfb.is equivalent to a loopc.has a termination condd.does not have a return value at all B Which of the following go out of the loopo if expn 2 becoming falsea.while(expn 1){...if(expn 2)continue;}b.while(!expn 1){if(expn 2)continue;...}c.do{..if(expn 1)continue;..}while(expn 2);d.while(!expn 2){if(expn 1)continue;..} C What is false about the following -- A compound statement isA. A set of simple statementsB. Demarcated on either side by curly bracketsC. Can be used in place of simple statementD. A C function is not a compound statement. Which of the following is not an infinite loop?A. while(1){ ....}B. for(;;){...}C. x=0; do{ /*x unaltered within the loop*/ .....}while(x = = 0);D. # define TRUE 0 ... while(TRUE){ ....} A=0;while(a<5)printf("%d\n", a++);How many times does the loop occurs?A. infiniteB. 5C. 4D. 6 How many times does the loop iterated?for(i=0;i=10;i+=2)printf("Hi\n");A.10B. 2C. 5D. None of these What is incorrect among the followingA recursive functionA. calls itselfB. is equivalent to a loopC. What is incorrect among the followingA recursive functionA. calls itselfB. is equivalent to a loopC. has a termination conditionD. does not have a return value at all
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||