What does std mean in c++?


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

Post New Answer

More C++ General Interview Questions

Explain how a pointer to function can be declared in C++?

0 Answers  


What happens when you make call 'delete this;'?

0 Answers  


Do you know what are static and dynamic type checking?

0 Answers  


What is the use of register keyword with the variables?

0 Answers  


What type of question are asked in GE code writing test based on c++ data structures and pointers?

0 Answers  






What is slicing?

1 Answers  


What is ostream in c++?

0 Answers  


Ask to write virtual base class code?

0 Answers   Satyam,


Why is null pointer used?

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

0 Answers  


what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??

4 Answers  


Categories