Program to print odd numbers less than 20 using for loop.



Explanation,

Here, i is initialized with value and in every loop, value in i increase by 2 until the condition gets false.


Output



Exercise:

Print even number less than 30 using for loop.

Comments

Popular posts from this blog

Header Files in C

Programming Concepts