Home » C++ Programming » Numbers » Question
  1. Where does the member should be defined if it is used in the program?
    1. Scope
    2. Namespace scope
    3. Character scope
    4. Namespace & Character scope
    5. None of these
Correct Option: B

The member shall still be defined in a namespace scope if it is used in the program.



Your comments will be displayed only after manual approval.