0
Is it possible to use a=2 -->a in any way inside the block ?
6 Respostas
+ 4
Nope.. There is no way to access a=2 in that inner block bcoz once a local variable with same name is initialized it is not possible to access the variable which is declared outside..
+ 2
Ok thank you and with scope resolution operator we can access only global variable ?we can't access any other variable?
+ 1
Yeah..scope resolution operator can only access global variable..
+ 1
~ swim ~
What is a namespace??