InterviewSolution
Saved Bookmarks
| 1. |
What is a string constant? Give an example. |
|
Answer» String constant is a sequence of characters enclosed within a pair of double quotes. “Hello”, “Pre-University”, “IIPUC ELECTRONICS”, “2014”, “ASCII”. |
|