Advertisement
mario_mos

chars

Jul 24th, 2023
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <math.h>
  3. #include <stdlib.h>
  4. #include <time.h>
  5. #include <string.h>
  6. int main()
  7. {
  8.  
  9.  
  10.  
  11. char s[5];
  12. strcpy(s,"papa");
  13. printf("%c",s[5]);
  14.  
  15.  
  16.  
  17. return 0;
  18. }
  19.  
  20.  
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement