Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 14th, 2018
63
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
int i;
for(i = 100; i < 343; i++) {
printf("% 3d: %c\n", i, i);
}
return 0;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
14 hours ago | 0.53 KB
Untitled
14 hours ago | 1.09 KB
Python Tkinter Bookkeeping sandbox
Python | 16 hours ago | 9.51 KB
69meter
20 hours ago | 2.08 KB
Untitled
1 day ago | 7.34 KB
Untitled
1 day ago | 7.25 KB
Untitled
1 day ago | 5.74 KB
Untitled
1 day ago | 6.47 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!