answersLogoWhite

0


Best Answer

The break statement is used to exit the nearest enclosing scope. Control passes to the first statement that comes after that enclosing scope.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the use of break in c programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the different keyword in C programming Language?

For example 'for' and 'break' are different keywords.


What is d command for squareroot in C programming?

There are no commands in C-programming, you should use function sqrt from math.h


Can you use C as OOPS?

No, it is a programming language.


What is the use of c-language?

Programming, mainly.


Where we use the c language?

In computer-programming.


Why are use c language?

For is it programming used.


What programming language does the PSP use?

c++


What is c and why you use?

C is a programming language, and it's mostly used for Systems Programming. Most kernels these days have at least some C code in them.


Does the C programming language use a virtual machine?

no


How do you use loop in C programming?

#include<stdio.h>


Use of scope resolution operator in C programming?

:: operator can not be used in C.


What programming framework does C plus plus use?

C++ doesn't use a framework; it is a general purpose, object oriented programming language derived from the C programming language. Specific implementations, such as Microsoft Visual C++, make use of frameworks.