Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. Identify the correct statement
  2. A.
    Namespace is used to group class, objects and functions.
    B.
    Namespace is used to mark the beginning of the program.
    C.
    Namespace is used to seperate the class, objects.
    D.
    None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Namespace allow you to group class, objects and functions. It is used to divide the global scope into the sub-scopes.


Be The First To Comment