0
Clear meaning of string?
4 Antworten
+ 4
A universal definition would probably be something like: a string is an ordered collection of characters.
Depending on a language they can be immutable, mutable, almost list-like or almost multi-char-like, written with single quotes, double quotes or no quotes at all, but they are always ordered and composed of lesser datatypes.
+ 1
anything written within quotes.. whether letter alphabet or character
0
Son arreglos de caracteres, pertenecientes al código ASCII.
0
simple meaning..... string is a collection of characters (words) for eg: your name "vimal raj" is a string...