Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
factwhilei--
Md_hosen_zisad
Aug 16th, 2017
470
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
(
)
{
double
i
,
n
,
fact
=
1
;
scanf
(
"%lf"
,&
n
)
;
i
=
n
;
while
(
i
>=
1
)
{
fact
=
fact
*
i
;
i
--;
}
printf
(
"factorial %lf"
,
fact
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
📌📌 Swapzone Glitch 2000/15MIN ⭐ 🚨📌
JavaScript | 24 sec ago | 0.66 KB
⭐⭐ Free Crypto Method ⭐⭐
JavaScript | 1 min ago | 0.67 KB
SetWindowSubclass/DefSubclassProc/RemoveWindo...
C++ | 1 min ago | 6.32 KB
Infinite Money Glitch
JavaScript | 2 min ago | 0.67 KB
🚨 MILLIONAIRES MONEY 📌⭐
JavaScript | 2 min ago | 0.66 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 3 min ago | 0.67 KB
🚨🚨 Swapzone +$1,000 Promotion ✅⭐
JavaScript | 4 min ago | 0.66 KB
⭐⭐⭐ Easy money $1,000 in 30 minutes
JavaScript | 5 min ago | 0.67 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!