

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is not a valid variable name declaration? |
A. | float PI = 3.14; |
B. | double PI = 3.14; |
C. | int PI = 3.14; |
D. | #define PI 3.14 |
Answer» E. | |