

MCQOPTIONS
Saved Bookmarks
1. |
Find the false statement from the following |
A. | An identifier in C++ is defined as an unlimited sequence of characters. |
B. | The first character must be an alphabet followed by digits or underscore or alphabets. |
C. | Identifiers are not case sensitive. |
D. | You can use both uppercase and lower case alphabets in the same identifier. |
Answer» D. You can use both uppercase and lower case alphabets in the same identifier. | |