Why namespace is used in c++?


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

Post New Answer

More C++ General Interview Questions

How can we access protected and private members of a class?

0 Answers  


Write a program to reverse a linked list?

8 Answers   Catalytic Software, Satyam,


write a program to insert an element into an array

26 Answers   TCS,


Describe private, protected and public – the differences and give examples.

0 Answers  


Mention the storage classes in c++.

0 Answers  






Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same

3 Answers   CTS,


What is the difference between while and do while loop? Explain with examples.

0 Answers  


How does c++ sort work?

0 Answers  


What are the differences between public, private, and protected access?

12 Answers   IBM, Oracle, Wipro,


what does the following statement mean? int (*a)[4]

0 Answers  


What is c++ hash?

0 Answers  


Categories