What is the function to determine the min and max possible of value of datatypes (i.e, int, char.etc) in C?
Look at the these pages on limits.h and float.h, which are included as part of the standard c library.