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 microsoft visual c++ 2013 redistributable package x64?

0 Answers  


What is microsoft visual c++ 2017 redistributable?

0 Answers  


What is visual c++ 2008 redistributable x64?

0 Answers  


How do you handle drag and drop in ole?

0 Answers  


Is microsoft visual c++ important?

0 Answers  






Difference between getmessage, postmessage & peakmessage.

0 Answers  


What keyboard editor command is used for Undo?

1 Answers  


What is microsoft visual c++ 2015 redistributable?

0 Answers  


Is microsoft visual c++ a virus?

0 Answers  


what is the difference between the codes written in the document class and view class

1 Answers  


#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}

1 Answers  


how to declare and populate an array of checkBoxes

0 Answers  


Categories