C Progamming Ppt (1)
C Progamming Ppt (1)
C Progamming Ppt (1)
IN
C PROGRAMMING
Presented by group B
TABLE OF CONTENTS
Efficiency
Handling data
Flexibility
LOOPS
Syntax
FLOWCHART
Example
Input Output
WHILE LOOP
How its work
Output
Nested Loop
● A nested loop is a loop inside another loop. The inner
loop runs completely for each iteration of the outer
loop.
● In this the first loop run and if the first condition is true
then it enters to the second loop .
Syntax:
Example
Output
Infinite Loops
● An infinite loop in C occurs when a loop runs endlessly
because the condition to terminate is never met. These
loops are useful in scenarios like continuously
monitoring input, servers, or real-time applications.
Loops Overview: Loops allow you to repeat a block of code multiple times.
● Types of Loops:
For Loop: Used when the number of iterations is known in advance.
While Loop: Repeats as long as a specified condition is true.
Do-While Loop: Similar to while but ensures the block runs at least once.
● Key Features:
Loops simplify repetitive tasks.
They can be controlled using conditions and keywords like break or continue.
● Infinite Loops:
Occur when the loop condition never becomes false.
Useful in programs like servers or event monitoring.
Meet the team
Dibyanshu Rath-240301120163
Debojit Mishra-240301120164
Sahasranshu Sahoo-240301120160
Sumit ku. Prusty-240301120140
Gourav shekhar Nayak-240301120152
THANK
YOU!
Any Queries ????
Credits: This presentation template was created by
Slidesgo, including icons by Flaticon, and
infographics & images by Freepik