Question
a.
Only in pass by reference
b.
Only in pass by value
c.
Both in pass by reference and value
d.
Depends on the code
Posted under Object Oriented Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. In which type is new memory location will be allocated?
Similar Questions
Discover Related MCQs
Q. Pass by reference and pass by value can’t be done simultaneously in a single function argument list.
View solution
Q. In which of the following way(s) can the object be returned from a function?
View solution
Q. Whenever an object is returned by value ____________________
View solution
Q. Where the temporary objects (created while return by value) are created?
View solution
Q. Which is the correct syntax for returning an object by value?
View solution
Q. Which is the correct syntax for defining a function which passes an object by reference?
View solution
Q. If an object is declared inside the function then ____________________ outside the function
View solution
Q. How many independent objects can be returned at same time from a function?
View solution
Q. Which error will be produced if a local object is returned by reference outside a function?
View solution
Q. If object is passed by reference ____________________
View solution
Q. Can we return an array of objects?
View solution
Q. If an object is passed by reference to a function then it must be returned by reference.
View solution
Q. Which among the following is correct?
View solution
Q. If an object is being returned by value then __________________________
View solution
Q. Why temporary object is not created in return by reference?
View solution
Q. When value of an object is assigned to another object, ___________________
View solution
Q. If an object is created and another object is assigned to it, then ________________
View solution
Q. How the argument passed to a function get initialized?
View solution
Q. If programmer doesn’t define any copy assignment operator then ____________________
View solution
Q. Declaring a copy constructor doesn’t suppresses the compiler generated copy assignment operator.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!