What are namespaces in c++?


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

Post New Answer

More C++ General Interview Questions

You run a shell on unix system. How would you tell which shell are you running?

0 Answers  


What is a reference in C++?

1 Answers  


What is the object serialization?

0 Answers  


How do you write a function that can reverse a linked-list?

0 Answers  


What does std mean in c++?

0 Answers  






How do you initialize a string in c++?

0 Answers  


Write a program which uses functions like strcmp(), strcpy()? etc

0 Answers  


how is returning structurs from functions?Show an eg?

1 Answers   GE,


What is the use of data hiding?

0 Answers  


What is runtime polymorphism in c++?

0 Answers  


What is the difference between multiple and multilevel inheritance in c++?

0 Answers  


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

0 Answers  


Categories