πŸ“Š C++
Q. Which of the following statements is correct about this pointer in C++?
  • (A) this pointer is passed as a hidden argument in all non-static functions of a class
  • (B) this pointer is passed as a hidden argument in all functions of a class.
  • (C) this pointer is passed as a hidden argument in all static functions of a class.
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) this pointer is passed as a hidden argument in all non-static functions of a class

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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