March 29, 2024

Telugu Tech Tuts

TimeComputers.in

C Video Tutorial in Telugu Break Statement Part 24

C Basics In Telugu

The break statement in C programming language has the following two usages:

When the break statement is encountered inside a loop, the loop is immediately terminated and program control resumes at the next statement following the loop.

It can be used to terminate a case in the switch statement (covered in the next chapter).

If you are using nested loops (i.e., one loop inside another loop), the break statement will stop the execution of the innermost loop and start executing the next line of code after the block.

Tags
C tutorial in telugu for beginners, Language Basics and Programming,A tutorial on basics of programming language C for beginners,Computer in Telugu , telugu lo computer , c language in telugu ,C Tutorial in Telugu for Beginners,