Question: Suppose the variable x is declared in the namespace a as shown. namespace a { int x; } How would you access this variable? a(x)

Suppose the variable x is declared in the namespace a as shown. namespace a { int x; } How would you access this variable? a(x) a.x Oa::
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
