What does namespace mean in c++?


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

Post New Answer

More C++ General Interview Questions

class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


What are the types of STL containers?

4 Answers  


What is cout flush?

0 Answers  


Define stacks. Provide an example where they are useful.

0 Answers  


write a programming using for loop in c++ to generate diamond trangel?

1 Answers   NIIT,






What is string in c++ programming?

0 Answers  


What is the use of class in c++?

0 Answers  


What programming language should I learn first?

0 Answers  


Write a program to find the reverse Fibonacci series starting from N.

0 Answers   Huawei,


What do you mean by internal linking and external linking in c++?

1 Answers  


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

0 Answers  


What are the 4 types of library?

0 Answers  


Categories