Best collection of C programs
Tuesday, January 4, 2011
PRINT NAME 10 TIMES
WAP TO PRINT ANY NAME ON SCREEN 10 TIMES
void main ()
{
int a=1;
clrscr();
do
{
printf ("Jagjeet\n");
a++;
}
while (a<=10);
getch ();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment