InterviewSolution
Saved Bookmarks
| 1. |
Characters are represented by a string of |
| Answer» A character string is a series of characters manipulated as a group. A character string is often specified by enclosing the characters in single or double quotes. For example, WASHINGTON would be a name, but ‘WASHINGTON’ and “WASHINGTON” would be character strings. | |