saving . . . saved Use of Namespace in scoe of variables has been deleted. Use of Namespace in scoe of variables has been hidden .
Use of Namespace in scoe of variables
Title
Question
what is the use of namespace in scope of variables?

C-and-Cpp Scope-Of-Variables 04-05 min 0-10 sec 29-02-20, 12:38 p.m. ISHAT

Answers:

The variables and functions inside a namespace becomes private inside that namespace. Namespace mechanism avoids name collision on C++. 
29-02-20, 12:48 p.m. ThiriTheWutYee


Log-in to answer to this question.