What is a string example?


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

Post New Answer

More C++ General Interview Questions

Explain the concept of memory leak?

0 Answers  


What are the differences between new and malloc?

0 Answers  


Is c++ still being used?

0 Answers  


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 does scope resolution operator do?

0 Answers  


What is dangling pointers?and what is memory leak?

5 Answers  


Why do we use double in c++?

0 Answers  


Differentiate between a constructor and a method in C++.

0 Answers   Tech Mahindra,


How can I learn dev c++ programming?

0 Answers  


Differentiate between the message and method?

1 Answers  


Can manipulators fall in love?

0 Answers  


What are virtual functions in c++?

0 Answers  


Categories