InterviewSolution
Saved Bookmarks
| 1. |
What Are String Variables? |
|
Answer» A string can be defined as a sequence of characters enclosed in double quotations. A string variable can, therefore, store a sequence of characters. The NATURE of CHARACTER string is entirely DIFFERENT from the nature of NUMERIC VALUES. A string can be defined as a sequence of characters enclosed in double quotations. A string variable can, therefore, store a sequence of characters. The nature of character string is entirely different from the nature of numeric values. |
|