which of the following go out of the loopo if expn 2
becoming false
a.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;..}
Answer Posted / bipin chandra sai.s
ans is d,bcoz d is only the loop statement in the option
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What do mean by network ?
What is wrong in this statement?
What is return type in c?
What does %2f mean in c?
Explain how can you restore a redirected standard stream?
Can one function call another?
What is pointer to pointer in c with example?
Why main is used in c?
Tell me can the size of an array be declared at runtime?
What are high level languages like C and FORTRAN also known as?
What is a header file?
What is the purpose of realloc()?
How does free() know explain how much memory to release?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?