What is c++ namespace?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is problem with Runtime type identification?

2 Answers  


Explain the differences between list x; & list x();.

0 Answers  


How new/delete differs from malloc()/free?

0 Answers  


Write the program form Armstrong no in c++?

11 Answers   HCL,


What is std namespace in c++?

0 Answers  






What is OOPs

12 Answers   CA,


What is a "RTTI"?

6 Answers   HCL,


What do you mean by vtable and vptr in c++?

0 Answers  


Can you sort a set c++?

0 Answers  


WHO DEVELOPED C++?

6 Answers  


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


How to reduce a final size of executable?

3 Answers  


Categories