free c programming course
Tuesday, 26 June 2012
Print 1 to 10 Series
#include<stdio.h>
#include<conio.h>
int
main
()
{
int
a
;
printf
(
"the no from 1 to 10 are:\n"
);
for
(
a
=
1
;
a
<=
10
;
a
++)
printf
(
"%d\n"
,
a
);
getch
();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment