> PRINT THE NUMBER using c ~ Online tutorial

PRINT THE NUMBER using c


PRINT THE NUMBER 1 TO 100


#include<studio.h>
#include<conio.h>
void main()
{
int i;
clescr();
i=1;
while(i<100)
{
printf("\n %d", i);
i++;
}
getch();
}

OUTPUT


1,2,3,.............,100

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: