Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
6
RAJIBRAJU
Jun 11th, 2019
82
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
)
{
int
i
,
n
;
printf
(
"Enter Any Natural Number:"
)
;
scanf
(
"%d"
,&
n
)
;
printf
(
"1 to %d
\n
"
,
n
)
;
for
(
i
=
1
;
i
<=
n
;
i
++
)
{
printf
(
"%d
\n
"
,
i
)
;
}
return
0
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $2200 in 15 minutes
JavaScript | 2 sec ago | 0.08 KB
Make 3500$ in 20 MIN [Method] 1
JavaScript | 4 sec ago | 0.08 KB
Make $2200 in 15 minutes
JavaScript | 4 sec ago | 0.08 KB
MAKE $5000 INSTANTLY
JavaScript | 5 sec ago | 0.08 KB
✅ Crypto Accounts
JavaScript | 10 sec ago | 0.08 KB
Netflix Premium UHD Hits
JavaScript | 11 sec ago | 0.08 KB
FREE BTC GUIDE E
JavaScript | 12 sec ago | 0.08 KB
FREE BTC GUIDE U
JavaScript | 13 sec ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!