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
What is the value of h?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
please send me the code for multiplying sparse matrix using c
Write a program of prime number using recursion.
Why c is called procedure oriented language?
Where static variables are stored in memory in c?
Ow can I insert or delete a line (or record) in the middle of a file?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
how many key words availabel in c a) 28 b) 31 c) 32
How do shell structures work?
Explain how can a program be made to print the name of a source file where an error occurs?
What is use of bit field?
What is a sequential access file?
Is c language still used?
How can I open a file so that other programs can update it at the same time?