Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $ gcc -o runMe testMe.c
  2. $ ./test
  3. a d c
  4. Input char:
  5. The array contents are:
  6. The array index is: 1
  7. a
  8. Input char:
  9. The array contents are:
  10. The array index is: 2
  11. a
  12. The array index is: 2
  13. d
  14. Input char:
  15.  
  16. The array contents are:
  17. The array index is: 3
  18. a
  19. The array index is: 3
  20. d
  21. The array index is: 3
  22. c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement