Home » C++ Programming » Interfaces » Question
  1. What is the general syntax for accessing the namespace variable?
    1. namespace#operator
    2. namespace::operator
    3. namespace,operator
    4. All of above
    5. None of these
Correct Option: B

namespace::operator



Your comments will be displayed only after manual approval.