<AptiCode/>

The ultimate platform for developers to practice, compete, and grow. Join our community of passionate coders today.

TwitterLinkedIn

Platform

ProblemsCompilerAptitude TestsContests

Company

About UsContactRewardsContribute

Legal

Terms of ServicePrivacy PolicyShipping PolicyRefund Policy

© 2025 AptiCode. All rights reserved.

Made withfor developers

topic/References

Question NoTitleTypeMarks
610.Functions can be declared to return a reference type. There are reasons to make such a declaration/Which of the following reasons are correct?The information being returned is a large enough object that returning a reference is more efficient than returning a copy.The type of the function must be a R-value.
MCQ
5
609.Which of the following statements is correct?Once a reference variable has been defined to refer to a particular variable it can refer to any other variable.A reference is not a constant pointer.
MCQ
5
611.Which of the following statements is correct?Change a reference changes the referent.We can create an array of references.
MCQ
5
612.Which of the following statement is correct about the references?
MCQ
5