Saved Bookmarks
| 1. |
Which of the following is a valid string literal? |
Answer» Question:→Which of the following is a valid string literal? Answer:
Explanation:→String LITERALS are character strings SURROUNDED by quotation marks. String literals can INCLUDE any valid character, INCLUDING white-space characters and character escape sequences. Once stored as a string literal, modification of the string leads to undefined results. #BrainliestBunch |
|