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


Please Help Members By Posting Answers For Below Questions

How do we open a binary file in Read/Write mode in C?

680


Why is #define used?

790


Describe newline escape sequence with a sample program?

657


What are local static variables?

619


What are the types of functions in c?

572






Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

662


Can a variable be both static and volatile in c?

608


What is a stream in c programming?

596


What is the use of static variable in c?

595


What are the types of type qualifiers in c?

650


What is difference between stdio h and conio h?

888


a program that can input number of records and can view it again the record

1484


What are the different types of errors?

646


Which header file is essential for using strcmp function?

945


Explain what are header files and explain what are its uses in c programming?

628