MCQOPTIONS
Saved Bookmarks
| 1. |
For which of the following, PI++; code will fail? |
| A. | char *PI = B ; |
| B. | float PI = 3.14; |
| C. | #define PI 3.14 |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |