Is string an object in c++?


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

Post New Answer

More C++ General Interview Questions

What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 Answers  


What are Binay tress and B trees? Diff between them?

8 Answers   CTS, GATE, Wipro,


What is the need of a destructor? Explain with the help of an example.

0 Answers  


What do you mean by storage classes?

1 Answers  


What are the various arithmetic operators in c++?

0 Answers  






Is java as fast as c++?

0 Answers  


Is c++ built on c?

0 Answers  


What is c++ in english?

0 Answers  


What is virtual base class?

0 Answers  


Is main a class in c++?

0 Answers  


What are the benefits of pointers?

0 Answers  


What are the steps in the development cycle?

0 Answers  


Categories