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