SlideShare a Scribd company logo
Presentation on
LOOP
Presented By
Dheemaan Daash
Department of CSE
Metropolitan University
ID Number: 181-115-002
 Loop Statement are used to repeat
the execution of statement or
blocks.
 Two types of loop structure are:
 Pretest
 Posttest
Pretest versus Postest
 Pretest: Condition is tested before each iteration to
check if loop should occur.
Example: For and While Loop
 Posttest: Condition is tested after each iteration to
check if loop should occur.
Example: Do-While Loop
For Loop
For Loop has three parts:
 Initializer is executed at start of loop.
 Loop condition is tested before iteration to decide
whether to continue or terminate the loop.
 Increment is executed at the end of each loop
iteration.
Syntax:
for( [initializor]; [condition]; [incrementor] )
<statement/block>;
Example: for(i=0; i<3; i++)
printf(“Hellon”);
Output:
Hello
Hello
Hello
While Loop
 It has a loop condition only that is tested before
each iteration to decide whether to continue or
terminated the loop.
Syntax:
while(<condition>)
<statement/block>;
Example:
while(i=0;i<3;i++)
printf(“Hellon”);
Output:
Hello
Hello
Hello
Do-While Loop
 Do-While has a loop condition only that is tested
after each iteration to decide whether to continue
with next iteration or terminate the loop.
Syntax:
do
<statement/block>;
while(condition);
Example:
Do {
printf(“Hellon”);
} while(i<3)
Output:
Hello
Hello
Hello
Presentation on Loop(C Language)  by Dheemaan Daash

More Related Content

PPTX
Loops c++
PPTX
Basic for Loop in C
PPTX
Loops in c programming
PPT
Looping in c++
PPTX
Comp ppt (1)
PPTX
Loops in C Programming Language
PPT
Decision making and looping
PDF
Loops in C Programming | for Loop | do-while Loop | while Loop | Nested Loop
Loops c++
Basic for Loop in C
Loops in c programming
Looping in c++
Comp ppt (1)
Loops in C Programming Language
Decision making and looping
Loops in C Programming | for Loop | do-while Loop | while Loop | Nested Loop

What's hot (20)

PPTX
Types of loops in c language
DOCX
Java loops
PPTX
What is loops? What is For loop?
PPTX
Forloop
PPTX
Looping and Switchcase BDCR
PDF
Control statements
PPTX
Understand Decision structures in c++ (cplusplus)
PPT
Java Programming: Loops
PPTX
The Loops
PPT
While loop
DOC
Jumping statements
PPT
Iteration
PPSX
Break and continue
PPT
Different loops in C
PPTX
Loops in c
Types of loops in c language
Java loops
What is loops? What is For loop?
Forloop
Looping and Switchcase BDCR
Control statements
Understand Decision structures in c++ (cplusplus)
Java Programming: Loops
The Loops
While loop
Jumping statements
Iteration
Break and continue
Different loops in C
Loops in c
Ad

Similar to Presentation on Loop(C Language) by Dheemaan Daash (20)

PPTX
While loop,Do While loop ,for loop
PPTX
Loops in C.pptx
PPTX
Looping (Computer programming and utilization)
PPTX
etlplooping-170320213203.pptx
PPTX
Loops In C++
PPTX
Loops in Cjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj.pptx
PPTX
While , For , Do-While Loop
PDF
PDF
Loop and while Loop
PPT
Week2 ch4 part1edited 2020
PPT
Week2 ch4 part1edited 2020
DOCX
loops and iteration.docx
PPTX
Loop (Computer programming and utilization)
PPT
Chapter06.PPT
PPTX
c programing for graduation bca ppt.pptx
PPTX
PPTX
PPTX
2nd year computer science chapter 12 notes
PPTX
Loops Basics
PDF
ICP - Lecture 9
While loop,Do While loop ,for loop
Loops in C.pptx
Looping (Computer programming and utilization)
etlplooping-170320213203.pptx
Loops In C++
Loops in Cjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj.pptx
While , For , Do-While Loop
Loop and while Loop
Week2 ch4 part1edited 2020
Week2 ch4 part1edited 2020
loops and iteration.docx
Loop (Computer programming and utilization)
Chapter06.PPT
c programing for graduation bca ppt.pptx
2nd year computer science chapter 12 notes
Loops Basics
ICP - Lecture 9
Ad

Recently uploaded (20)

PDF
RMMM.pdf make it easy to upload and study
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Cell Structure & Organelles in detailed.
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Classroom Observation Tools for Teachers
PDF
Trump Administration's workforce development strategy
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Complications of Minimal Access Surgery at WLH
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
RMMM.pdf make it easy to upload and study
Abdominal Access Techniques with Prof. Dr. R K Mishra
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Cell Structure & Organelles in detailed.
Microbial diseases, their pathogenesis and prophylaxis
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Classroom Observation Tools for Teachers
Trump Administration's workforce development strategy
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Complications of Minimal Access Surgery at WLH
Anesthesia in Laparoscopic Surgery in India
STATICS OF THE RIGID BODIES Hibbelers.pdf
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
VCE English Exam - Section C Student Revision Booklet
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Supply Chain Operations Speaking Notes -ICLT Program
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape

Presentation on Loop(C Language) by Dheemaan Daash