Zone for ultimate tech and study update
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Please comment bellow. Share your knowledge