InterviewSolution
Saved Bookmarks
| 1. |
What is a string literal? |
|
Answer» It refers to a string constant which is obtained by CONCATENATING an ARRANGEMENT of characters. String literals are of TWO types - RAW string literals and INTERPRETED string literals. |
|