> FOR LOOP USING C ~ Online tutorial

FOR LOOP USING C

**FOR LOOP**
============

#include<studio.h>
#include<conio.h>
void main()
{
int i;
clrscr();
for(i=1; i<100; i+1)
{
printf("WELCOME");
}
getch();
}

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: