What is the meaning of string in c++?


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

Post New Answer

More C++ General Interview Questions

Why is it difficult to store linked list in an array?

6 Answers   Infosys, Lucent,


Describe the role of the c++ in the tradeoff of safety vs. Usability?

0 Answers  


How did c++ start?

0 Answers  


What is virtual destructor ans explain its use?

0 Answers  


Why do you use the namespace feature?

0 Answers  






Write the program for fibonacci in c++?

20 Answers   TATA, Wipro,


What is the insertion operator and what does it do?

0 Answers  


What is the difference between public and private data members?

0 Answers  


Explain the concept of copy constructor?

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


What is time h in c++?

0 Answers  


You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.

4 Answers  


Categories