πŸ“Š C++
Q. Which of the following are true about static member function?

1. They can access non-static data members.
2. They can call only other static member functions.
3. They can access global functions and data.
4. They can have this pointer.
5. They cannot be declared as const or volatile.
  • (A) Only 2
  • (B) Only 2,5
  • (C) Only 2,3,4,5
  • (D) Only 2 , 3 , 5
πŸ’¬ Discuss
βœ… Correct Answer: (D) Only 2 , 3 , 5

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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