MCQOPTIONS
Saved Bookmarks
| 1. |
Find the output of the following program.void main(){printf("%d, %d", sizeof(int *), sizeof(int **));} |
| A. | , 0 |
| B. | , 2 |
| C. | , 2 |
| D. | , 4 |
| E. | , 4 |
| Answer» D. , 4 | |