Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How we can insert comments in a c program?

1188


What is main function in c?

1137


Explain union. What are its advantages?

1126


how logic is used

2023


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2403


how to write optimum code to divide a 50 digit number with a 25 digit number??

3301


Explain what are the __date__ and __time__ preprocessor commands?

1158


Explain output of printf("Hello World"-'A'+'B'); ?

1561


What are pointers? What are different types of pointers?

1223


What is LINKED LIST? How can you access the last element in a linked list?

1115


Do character constants represent numerical values?

1399


Do you know the difference between malloc() and calloc() function?

1112


Write a program to check armstrong number in c?

1180


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1811


What are the main characteristics of c language describe the structure of ac program?

1264