A

Admin • 833K Points
Coach

Q. Which of the following is not a valid access specifier in C++?

  • (A) private
  • (B) protected
  • (C) public
  • (D) global
  • Correct Answer - Option(D)
  • Views: 27
  • Filed under category C++
  • Hashtags:

Explanation by: Admin

'global' is not an access specifier in C++. The valid ones are 'private', 'protected', and 'public'.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.