Saved Bookmarks
| 1. |
From the following pick a string constant. a) ‘a’ b) “abc” c) ‘abc’ d) None of these |
|
Answer» “abc”, a character constant must be enclosed between double quotes. |
|