Define 'std'.


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

Post New Answer

More C++ General Interview Questions

Why can you not make a constructor as const?

3 Answers  


How the endl and setw manipulator works?

0 Answers  


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

0 Answers  


What is the role of static keyword for a class member variable?

0 Answers  


Explain the uses oof nested class?

0 Answers  






Which is the best c++ compiler for beginners?

0 Answers  


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

0 Answers  


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 is size of null class?

6 Answers   HP,


What is namespace std; and what is consists of?

0 Answers  


What is the use of namespace std in C++?

0 Answers   Hexaware,


Why is c++ called oops?

0 Answers  


Categories