0
What is char?
What is char/character used for in cpp.... Need some help...thank u! Need to know the uses....
3 Answers
+ 5
string is a sequence of characters like "Hello" while char is only one character like "H". Strings can hold only one char while chars cant hold multiple...
+ 2
It is a single charaxter like 'a'.
+ 1
char (character) is one symbol.