For Loop

 Now i am talking about "for loop". For loop is similar to while loop. You can use while loop instead of for loop and also while loop instead of while loop.


The Synatax of for loop is
 for(initiation;condition;statement)


Comments

Popular posts from this blog

Algorithm to display "n" natural numbers #c

Algorithm to display the sum of n natural numbers #c

Algorithm for Sum of two numbers