

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following header files must necessarily be included in your code, if you want to find the minimum value of unsigned short integer? |
A. | stdio.h |
B. | stdlib.h |
C. | limits.h |
D. | math.h |
Answer» D. math.h | |