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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

find out largest elemant of diagonalmatrix

2322


Differentiate between declaring a variable and defining a variable?

1086


What is the code in while loop that returns the output of given code?

2068


write a c program to calculate sum of digits till it reduces to a single digit using recursion

3376


What is extern keyword in c?

1184


Describe the modifier in c?

1140


Explain the difference between null pointer and void pointer.

1128


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

3164


what is the difference between class and unio?

2413


What are the functions to open and close file in c language?

1260


What are data structures in c and how to use them?

1219


What is this infamous null pointer, anyway?

1099


can anyone please tell about the nested interrupts?

2179


Explain how can I read and write comma-delimited text?

1222


What is #define used for in c?

1107