πŸ“Š C++
Q. If the class name is X, what is the type of its “this” pointer (in a non-static, non-const member function)?
  • (A) const X* const
  • (B) X* const
  • (C) X*
  • (D) X&
πŸ’¬ Discuss
βœ… Correct Answer: (D) X&

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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