What is string in c++ programming?



What is string in c++ programming?..

Answer / Anamika Pandey

In C++, a string is a sequence of characters. The standard library provides the string class for working with strings as objects. It includes methods like assign(), compare(), find(), and insert().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are the three types of access specifiers in C++?

1 Answers  


How is c++ used in the real world?

1 Answers  


What are shallow and deep copies?

1 Answers  


i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????

1 Answers  


Difference between a copy constructor and an assignment operator.

1 Answers  


Where are setjmp and longjmp used in c++?

1 Answers  


What does iomanip mean in c++?

1 Answers  


What is a far pointer? where we use it?

1 Answers  


What is a virtual destructor? Explain the use of it?

1 Answers  


Is dev c++ free?

1 Answers  


Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";

7 Answers   CTS,


How do I use arrays in c++?

1 Answers  


Categories