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;..}
Answers were Sorted based on User's Feedback
Answer / jai
c) Since expn2 becoming false will terminate do-while loop.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
Please list all the unary and binary operators in C.
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
Can you think of a way when a program crashed before reaching main? If yes how?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
How would you obtain the current time and difference between two times?
What is the difference between a function and a method in c?
Taking an example,differentiate b/w loader and linker ?
provide an example of the Group by clause, when would you use this clause
Write a program to check prime number in c programming?
What is the scope of static variable in c?