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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
213
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
81%
Success Rate