answersLogoWhite

0

What is for looping in c language?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

The for loop is another entry-controlled loop that provides a more concise loop control structure.The general form of the for loop is
for( initialization ; test condition ; increment )
{
body
}
Generally this loop is used when the either the no. of loops or the looping condition or the end condition is known.
Ex.to count n no. of integers.

Hope this will help.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is for looping in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is difference between control statements and looping statements in c language?

differance between control statement and looping statement?


Definition of Looping in c and c plus plus?

Looping means you repeat a particular procedure a specified number of times or until a defined condition is met.


What are the three looping statement in turbo C?

for,while,do while


How do you use a C-continue statement in a block- without any looping or conditional statements?

In the C language, the continue statement can only be used within a loop (for, while, or do). Upon execution, control transfers to the beginning of the loop.


What is looping statement in turbo c?

while, for, do-while (and perhaps goto)


Why do you use looping statement in c language?

Usually the loop is used for repeating the same task for more than one time. If you don't give the terminating statement then the loop will go in infinite condition.


Looping statement in c plus plus?

There are several 'looping' statements in C++. They are:while () { }do { } while () ;for (index-start, index-end; index increment/decrement) { }They are used to repetitively execute statements as long as the statement(s) controlling the loop are true.


What is looping statement?

What is looping statement?


Why c language has name c why not a?

C-language was derived from B-language.


What is Looping in writing?

Looping is linking your thoughts to expand on your writing.


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer