MCQOPTIONS
Saved Bookmarks
| 1. |
What will be output if you will compile and execute the following c code? #includeint main(){double far* p,q;printf("%d",sizeof(p)+sizeof q); return 0; } |
| A. | 12 |
| B. | 8 |
| C. | 4 |
| D. | 1 |
| Answer» B. 8 | |