

MCQOPTIONS
Saved Bookmarks
1. |
For which of the following, “PI++;” code will fail? |
A. | #define PI 3.14 |
B. | char *PI = “A”; |
C. | float PI = 3.14; |
D. | none of the Mentioned |
Answer» B. char *PI = “A”; | |