Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. char x=5
  2.  
  3. int some_function() {
  4. x=100;
  5. }
  6.  
  7. char x=100
  8.  
  9. int some_function() {
  10. x=100;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement