What is a for loop in c language?

Answer:
  • For loop is "Counter controlled loop" i.e. a counter or control variable is used to process the for loop , as discussed in earlier chapters.
  • For loop is an "Entry controlled loop" i.e. the condition to iterate the loop must be check at the starting of the loop and loop body will not execute if the condition is False. Source website:

http://codedunia.in/c-language/for-loop-in-c-programming.php
Note: There are comments associated with this question. See the discussion page to add to the conversation.
Contributor: Yogendra
First answer by Usman muhammad. Last edit by Yogendra Sharma. Contributor trust: 1 [recommend contributor recommended]. Question popularity: 6 [recommend question].