Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Schknheit
May 6th, 2015
240
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int main(){
int n,r;
printf("Entre com o numero\n");
scanf("%d",&n);
while(n != 0){
r = n % 10;
n = n / 10;
printf("%d",r);
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ EARN 10,500$ IN LESS THAN 10 MINUTES OF WOR...
JavaScript | 5 min ago | 0.67 KB
🔥🔥🔥 QUICK $2,500 IN 2 HOURS 🔥🔥🔥
JavaScript | 15 min ago | 0.67 KB
✅✅✅ EARN 12,500$ IN LESS THAN 10 MINUTES OF W...
JavaScript | 25 min ago | 0.67 KB
BIG TECH BLOCKER v2.2
Batch | 26 min ago | 6.83 KB
Infinite Money Glitch
JavaScript | 35 min ago | 0.67 KB
Blade Ball Script (My Version)
Lua | 42 min ago | 19.62 KB
🚨🚨 Earn 18,000$ Monthly Leaked Guide 🚨🚨
JavaScript | 46 min ago | 0.67 KB
🔥🔥🔥 QUICK $2,500 IN 2 HOURS
JavaScript | 56 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!