MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following program code?#includevoid main(){int i = 10;void *p = &i;printf("%f", *(float *)p);} |
| A. | rror |
| B. | 0 |
| C. | 0 |
| D. | one of these. |
| Answer» D. one of these. | |