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?
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? Correct Answer limits.h
The header file limits.h is used to find the value of constants such as minimum and maximum. stdio.h: standard input and output, stdlib.h: standard library, math.h: mathematics functions library
মোঃ আরিফুল ইসলাম
Feb 20, 2025