InterviewSolution
Saved Bookmarks
| 1. |
Define String Constants.? |
|
Answer» A STRING constant is a SEQUENCE of alphanumeric characters enclosed in double quotation marks. The maximum length of a string constant is 255 characters. For EXAMPLE, “New YORK.” A string constant is a sequence of alphanumeric characters enclosed in double quotation marks. The maximum length of a string constant is 255 characters. For example, “New York.” |
|