What is the purpose of a C++ namespace?

Answers were Sorted based on User's Feedback



What is the purpose of a C++ namespace?..

Answer / satyagmk

Namespaces are used to avoid naming collisions associated
with the global names.

Is This Answer Correct ?    9 Yes 0 No

What is the purpose of a C++ namespace?..

Answer / raouf

The primary purpose of the namespace is to add an
additional identifier (the name of the namespace) to a name.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More VC++ AllOther Interview Questions

What is the use of DDV and DDX routines ?

4 Answers   TCS,


What is mfc in vc++?

0 Answers  


What is microsoft visual c++ 2005 redistributable?

0 Answers  


Is it ok to uninstall microsoft visual c++?

0 Answers  


In which Way invoke context-sensitive help inside the editor?

0 Answers  






What is a microsoft visual c++ 2008 redistributable?

0 Answers  


What is visual c++ runtime error?

0 Answers  


Can I uninstall visual c++ 2005?

0 Answers  


What is microsoft visual c++ 2013 redistributable?

0 Answers  


Is visual c++ a compiler?

0 Answers  


Differences between vc 6.0 and vc 7.0

1 Answers   Honeywell,


What is microsoft visual c++ 2013 redistributable package x64?

0 Answers  


Categories