Advertisement

Program of 0 to 9:


#include<stdio.h>
#include<conio.h>
void main()
{
int digit=0;
clrscr();
while(digit<=9)
{
printf("%d\n",digit);
digit++;
}
getch();
}

No comments:

Post a Comment

Please comment bellow. Share your knowledge