1.

How the argument passed to a function get initialized?

A. Assigned using copy constructor at time of passing
B. Copied directly
C. Uses addresses always
D. Doesn’t get initialized
Answer» B. Copied directly


Discussion

No Comment Found