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 |
What are the three types of access specifiers in C++?
How is c++ used in the real world?
What are shallow and deep copies?
i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
Difference between a copy constructor and an assignment operator.
Where are setjmp and longjmp used in c++?
What does iomanip mean in c++?
What is a far pointer? where we use it?
What is a virtual destructor? Explain the use of it?
Is dev c++ free?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
How do I use arrays in c++?