Why do we use string in c++?


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

Post New Answer

More C++ General Interview Questions

If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


Explain static and dynamic memory allocation with an example each.

0 Answers  


What is the type of 'this' pointer? When does it get created?

0 Answers  


What is static in c++?

0 Answers  


What is the benefit of encapsulation?

0 Answers  






Write the program form Armstrong no in c++?

11 Answers   HCL,


When does a 'this' pointer get created?

0 Answers  


What relational operators if statements in c++?

0 Answers  


What are the uses of typedef in a program?

0 Answers  


What is the use of string in c++?

0 Answers  


Is it possible to get the source code back from binary file?

1 Answers  


List the special characteristics of constructor.

0 Answers  


Categories