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...


What is the difference between break and continue?

Answers were Sorted based on User's Feedback



What is the difference between break and continue?..

Answer / nashiinformaticssolutions

 break: Exits the loop entirely.
 continue: Skips the current iteration and proceeds to the next.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between break and continue?..

Answer / glibwaresoftsolutions

 break: Exits the loop entirely.
 continue: Skips the current iteration and proceeds to the next.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between break and continue?..

Answer / hr@tgksolutions.com

 break: Exits the loop entirely.
 continue: Skips the current iteration and proceeds to the next.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What does the c preprocessor do?

0 Answers  


What is the benefit of using #define to declare a constant?

0 Answers  


write a program for the normal snake games find in most of the mobiles.

0 Answers   Accenture, Wipro,


What are header files in c?

0 Answers  


What is cohesion in c?

0 Answers  


What is difference between class and structure?

0 Answers  


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

0 Answers   Wilco,


What is the difference between the = symbol and == symbol?

0 Answers  


Is c pass by value or reference?

0 Answers  


string reverse using recursion

0 Answers   Mind Tree,


What is C language ?

0 Answers   Jekson,


How can I avoid the abort, retry, fail messages?

0 Answers  


Categories