Computer Science, asked by rsdhimaan03, 7 months ago

what is difference between string and character​

Answers

Answered by smartrekhaagarwal264
2

Answer:

char have any but one character(letters, numbers,...) Char is a single alphabet where as String is a sequence of characters. Char is primitive datatype where as String is a class. A char holds a single character, while a string holds lots ofcharacters

Similar questions