Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6. char toto= 77;
  7.  
  8. printf("char: %c \n", toto);
  9.  
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement