Q:

How the argument passed to a function get initialized?

0

How the argument passed to a function get initialized?


  1. Assigned using copy constructor at time of passing
  2. Copied directly
  3. Uses addresses always
  4. Doesn’t get initialized

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a).Assigned using copy constructor at time of passing

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING - OBJECTS AND POINTERS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Predict the output of the program... >>
<< If an object is created and another object is assi...