Guest User

Untitled

a guest
Feb 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. for (int i = 31; i <= 127; i++) {
  2. printf("ASCII znak s hodnout %d, je: \'%c\'", i, i);
  3. }
Add Comment
Please, Sign In to add comment