MCQOPTIONS
Saved Bookmarks
| 1. |
The difference between x and x is? |
| A. | The first one refers to a variable whose identifier is x and the second one refers to the character constant x |
| B. | The first one is a character constant x and the second one is the string literal x |
| C. | Both are same |
| D. | Both are string literal |
| Answer» B. The first one is a character constant x and the second one is the string literal x | |