Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. /*int x = 4;
  2. void f(int x)
  3. {
  4.     cout << x << endl;
  5. }
  6. void main()
  7. {
  8.     {
  9.         int x = 3;
  10.     }
  11.     f(x);
  12. }*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement