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 ole? How do you handle drag and drop in ole?

0 Answers  


What is the return value when the InsertItem function fails?

2 Answers  


What is vcredist_x86 exe?

0 Answers  


Name some examples of the different types of windows found in a Windows application?

4 Answers  


What is a glyph?

2 Answers  






What property is used to indicate that the up-down control is associated with a buddy control?

1 Answers  


What keyboard editor command is used for Undo?

1 Answers  


TO start the build process in Developer Studio Which keyboard function is used ?

4 Answers  


What Is InfoViewer?

1 Answers  


What is microsoft visual c++ used for?

0 Answers  


How can we allow no selection of radio button in grouped radio buttons?

2 Answers  


How many time DLLMain gets called?

1 Answers   Microsoft,


Categories