A string is represented as array of character
Answers
Answered by
4
Answer:
A string is a class. That has members such as the length of the characters in it. A string is immutable (the contents of the string cannot be changed), while an array of characters can have the contents altered.
Explanation:
Answered by
3
A string is represented as arruy of character
Attachments:
Similar questions