0
what is difference between char and string
3 Answers
+ 7
A char (short for "character") is a single letter, number, or symbol, while a string is multiple characters strung together.
0
thex for clarify
- 1
char is a caracter variable and string is a words variable.