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 / mannucse
d
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
#include
What is extern variable in c with example?
What is character set?
What does c value mean?
Is c object oriented?
What does c in a circle mean?
What are the three constants used in c?
Define the scope of static variables.
What is a global variable in c?
Explain what is dynamic data structure?
Can a variable be both static and volatile in c?
Is c is a low level language?
Can you please explain the difference between exit() and _exit() function?
What is function prototype in c language?
What is a program flowchart and how does it help in writing a program?