Q:

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

0

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


  1. Can only be returned by value
  2. Can only be returned by reference
  3. Can be returned either by value or reference
  4. Can neither be returned by value nor by reference

All Answers

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

 (c).Can be returned either by value or reference

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
Whenever an object is returned by value __________... >>
<< Pass by reference and pass by value can’t be don...