Saved Bookmarks
| 1. |
What do you understand by Golang string literals? |
|
Answer» String literals are those variables STORING string constants that can be a single CHARACTER or that can be obtained as a result of the CONCATENATION of a sequence of characters. GO provides two types of string literals. They are:
|
|