answersLogoWhite

0

What is iterarion in c language?

User Avatar

Suraj20010

Lvl 1
13y ago
Updated: 8/19/2019

Iteration is also known as loops as well, in fact loops is the most common word to refer to iterations. In very simple terms, Loops in any language are used to perform a task repetitively.

importance of loops in any programming language is immense, they allow us to reduce the number of lines in a code, making our code more readable and efficient, many problems exist which cannot be solved without the looping construct. Think if you had 10000 student records, and you wanted to find the students with the highest marks, it would be difficult for you to go and check each record individually, therefore loops are used to make our task easier and efficient.

User Avatar

Wiki User

13y ago

What else can I help you with?