MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following are true regardless of the implementation ? |
| A. | sizeof(int) is not less than sizeof(long) |
| B. | sizeof(double) is not less than sizeof(float) |
| C. | sizeof (int )equals sizeof(unsigned) |
| D. | both (b) & (c) |
| Answer» E. | |