for is an looping statement.it used to execute the tast until reach the condition. syntax for(installation,condition,increment or decrement) { //statements or block of code. } example, main() { int i; for(i=1;i<=10;i++) { printf("\n %d",i); } }
dsaJavaCpp Is a Personnel Blog To Learn Basic Programming Data structures and Algorithms For Develop My Programming Skills And Prepare coding Interview. The Blog Contains Basic Algorithms Such As, Divide and Con quire, Linear And non Linear Data Structures.

Comments
Post a Comment