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

Explain is it valid to address one element beyond the end of an array?

0 Answers  


Explain what is the concatenation operator?

0 Answers  


Why do we use int main instead of void main in c?

0 Answers  


Tell me can the size of an array be declared at runtime?

0 Answers  


hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????

1 Answers  


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

0 Answers  


Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?

2 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com

0 Answers  


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

0 Answers   XYZ,


how to compare two strings without using strcmp() function??

1 Answers  


who is the father of C Language?

20 Answers   CTS, UST,


Categories