+ 3

What is the string in the c++?

what is its use?its purpose or what the shit is that?its functions?etc can someone please make me understand this thing? I am a beginner!

21st Oct 2017, 10:23 AM
[No Name]
4 Answers
+ 8
String is a sequence of characters each letter having specific location inside the string.
21st Oct 2017, 10:25 AM
D_Stark
D_Stark - avatar
+ 5
Try to think of it as a word for now. Someones name a place. Anything you can say can be a string
23rd Oct 2017, 2:52 AM
Pickle_Rick()
Pickle_Rick() - avatar
21st Oct 2017, 12:27 PM
Manual
Manual - avatar
+ 4
you can call a string as an array of characters. you can use string handling functions by including the header file "string.h"
22nd Oct 2017, 2:43 AM
Talluri Saisumanth
Talluri Saisumanth - avatar