What kind of problems can be solved by a namespace?


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

Post New Answer

More C++ General Interview Questions

What do you mean by function overriding & function overloading in c++?

0 Answers  


Can non graphic characters be used and processed in C++?

0 Answers   HCL,


What is the use of object in c++?

0 Answers  


Define a nested class. Explain how it can be useful.

0 Answers  


What is iterator c++?

0 Answers  






What is a forward referencing and when should it be used?

0 Answers  


What is the basic structure of c++ program?

0 Answers  


List out function which we can call without using object

1 Answers  


Who was the creator of c++?

0 Answers  


What is a storage class? Mention the storage classes in c++.

0 Answers  


What is the history of c++?

0 Answers  


You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.

4 Answers  


Categories