- 1
What is string ,which type of thing example
In string what are things we use example like car fan remote
2 Answers
+ 3
Anything which is written inside double quotes "" , weather it's a number , alphabet,etc is a string.
String is specially used to store words, sentences, letters etc.
for example-
If you want a name from user then you will use String datatype
String is nothing but the array of characters.
0
String is a data type for storing usually piece of text or some words, but it is also possible to store the entire text.