View Answer
Workspace
Discuss in Forum
Share
Copy Text
Copy URL
As Image
Answer : Option C
Explanation :
scope operator
Answer : Option A
Namespace allow you to group class, objects and functions. It is used to divide the global scope into the sub-scopes.
Answer : Option B
The main aim of the namespace is to understand the logical units of the program and to make the program so robust.
namespaceid::operator
using