Home
C Language
HackerRank Solutions
coding tips
Home
/
c language
/
decision making and loops
/
C PROGRAM FOR PRINTING FIRST TEN NATURAL NUMBERS USING FOR LOOP
C PROGRAM FOR PRINTING FIRST TEN NATURAL NUMBERS USING FOR LOOP
by
CodingLanguageHub
in
c language
,
decision making and loops
#include
<stdio.h>
int
main
(
)
{
int
i
=
1
;
for
(
i
=
1
;
i
<=
10
;
i
++
)
{
printf
(
"%d"
,
i
)
;
}
getch()
;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Follow Us
230,000
230,000
230,000
230,000
230,000
230,000
Recent
Featured
Blog Archive
Blog Archive
November (20)
October (32)
September (9)
August (27)
July (1)
Recent Post
Pages
Home
Sitemap
About Us
Contact Us
Tags
Recent Comments
No comments:
Post a Comment