Guest User

Untitled

a guest
Apr 26th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. C : How do I decide if to pass params by ref or by value?
  2. struct A { int a, b; }
  3. struct B { int a; }
  4. struct C { char a, b; }
  5. enum D { a,b,c }
  6. void fn(T a);
Advertisement
Add Comment
Please, Sign In to add comment