Mark As Completed Discussion

Build your intuition. Click the correct answer from the options.

Which of the following statements about references in C++ is true?

Click the option that best answers the question.

  • References must be initialized when they are declared
  • References can be reassigned to point to a different object or variable
  • References cannot be used as function arguments
  • References occupy more memory than pointers