Vertitime
X
Technologies
AI
ML
GenAI
Data Science
R
Python
Pandas
Data Analytics
SQL
C
Html
Javascript
Data Structure
JAVA
CSS
Swift
Azure Cloud
AWS Cloud
DevOps
Microservices
Interview Questions
What is C
C Data Types
C Operators
C If Else
C Variables
C For Loop
C Switch
C While Loop
C Arrays
C Constants
C Continue
C Break
C Pointers
C Functions
C Create Files
C Structure
C Enums
C Strings
C Break.
The break statement ends the loop immediately when it is encountered.
Its syntax is:
break;
The break statement is almost always used with if...else statement inside the loop.