πŸ“Š CPP Programming
Q. Which of the following is FALSE about references in C++?
  • (A) References cannot be NULL
  • (B) A reference must be initialized when declared
  • (C) Once a reference is created, it cannot be later made to reference another object; it cannot be reset.
  • (D) References cannot refer to constant value
πŸ’¬ Discuss
βœ… Correct Answer: (D) References cannot refer to constant value

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
651
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate