Loops in C
What are the loops in Programming and what are they use for? Suppose you have given a task to print your name 5 times. Simple right? You can just print your name 5 times in the main function. But in programming, you don’t want to write the same code for doing the same task because …