+ 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!
4 Answers
+ 8
String is a sequence of characters each letter having specific location inside the string.
+ 5
Try to think of it as a word for now. Someones name a place. Anything you can say can be a string
+ 4
Here is an example
https://code.sololearn.com/cWmcmFx2Z50f/?ref=app
+ 4
you can call a string as an array of characters.
you can use string handling functions by including the header file "string.h"