fb popup

/* remove if it's exist in your template */

Saturday 1 April 2017

For Loops

For loops are used to reduce our effort for running a particular statement many times instead of using printf those many times.

For Example we want to print numbers from 1-10 then instead of using printf 10 times we can use for loops

To understand how it is CLICK HERE

No comments:

Post a Comment