adplus-dvertising
frame-decoration

Question

If an object is passed by value, _________________

a.

Temporary object is used in the function

b.

Local object in the function is used

c.

Only the data member values are used

d.

The values are accessible from the original object

Answer: (b).Local object in the function is used

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If an object is passed by value, _________________

Similar Questions

Discover Related MCQs

Q. Can data members be passed to a function using the object?

Q. What exactly is passed when an object is passed by reference?

Q. If the object is not to be passed to any function but the values of the object have to be used then:

Q. In which type is new memory location will be allocated?

Q. Pass by reference and pass by value can’t be done simultaneously in a single function argument list.

Q. In which of the following way(s) can the object be returned from a function?

Q. Whenever an object is returned by value ____________________

Q. Where the temporary objects (created while return by value) are created?

Q. Which is the correct syntax for returning an object by value?

Q. Which is the correct syntax for defining a function which passes an object by reference?

Q. If an object is declared inside the function then ____________________ outside the function

Q. How many independent objects can be returned at same time from a function?

Q. Which error will be produced if a local object is returned by reference outside a function?

Q. If object is passed by reference ____________________

Q. Can we return an array of objects?

Q. If an object is passed by reference to a function then it must be returned by reference.

Q. Which among the following is correct?

Q. If an object is being returned by value then __________________________

Q. Why temporary object is not created in return by reference?

Q. When value of an object is assigned to another object, ___________________