UrbanPro
true

Search in

Looping in C

Shailendra Kumar
12/06/2020 0 0

Looping in C

The process of repeatedly executing a block of statements is known as looping”.

In looping, a sequence of statements is executed until some conditions for termination of the loop are satisfied. Generally, a program loop consists of two segments: (i)control statement  (ii) Body of the loop.

(i) Control statement tests specified conditions and then directs the repeated execution of the statements contained in the body of the loop.

(ii) Body of the loop is a statement-block, which may consist of one statement or more statements.

The loop may be categories in the following two types depending on the position of the control statements:-

(ii)Exit-controlled Loop: In case of an exit-controlled loop, the control checks the test-condition after executing the body of the loop. Do-while() loop come under this.

(I) Entry controlled Loop: In case of an entry-controlled loop, the control checks the test-condition before entering into the body of the loop. While () and for() loop come under this category.

Now, we are going to discuss, types of loop statements provided by C Language. There are three types:

(a) While() Loop

(b) do-while() Loop

(c) For () Loop 

0 Dislike
Follow 2

Please Enter a comment

Submit

Other Lessons for You

Features of Private Sector Organisations - NCERT Business Studies
CBSE ICSE/ISC - Commercial Studies State Board - OC/OCM IGCSE/GCSE

Pattern Slove
Output: 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 public class Q19c{public static void main(String args){int b=5,c=5;for(int i=15; i>=1; i--){System.out.print(i+"\t");if((16-i)==b){System.out.println();c--;b=b+c;}}}}

How To Avoid Sleep While Studying?
I will give you the top 7 methods to avoid sleep while you are studying: 1) Be Interested in what you are Studying! Yes to prevent sleep you must make sure that you are Interested in what you are reading! So...
A

Abraham P.

1 0
0

light reflection introductory part
Light- It is a form of energy which produces the sensation of sight. Properties of light It is an electromagnectic wave. Light travels along a straight path that is rectilinear propogation of light. Speed...

Heredity in plants and animals
HEREDITY Important concepts of Heredity: There are different terms in this chapter that need to be understood well to get what exactly heredity is! GENETICS; It is the branch...
D

Deleted U.

0 0
0

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more