Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which of the following is true about scope resolution operator?

  Shared By: Aaron Evans    Date: May 06    Category: C++ Programming    Views: 517

Answer:

Options

a) Qualifies a namespace member to its namespace
b) Allows you to access a global variable
c) Qualifies the hidden variable
d) All of the above


Answer : d) All of the above

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: