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


Please Help Members By Posting Answers For Below Questions

What is linear search?

678


What is the difference between functions abs() and fabs()?

649


Which is better between malloc and calloc?

671


What is an endless loop?

802


What is the difference between array and pointer?

569






Tell us two differences between new () and malloc ()?

614


What is an operator?

656


What is a #include preprocessor?

618


What does void main () mean?

733


writ a program to compare using strcmp VIVA and viva with its output.

1525


What is an auto keyword in c?

641


Which of these functions is safer to use : fgets(), gets()? Why?

635


List a few unconditional control statement in c.

560


What are examples of structures?

597


Write a program on swapping (100, 50)

638