Finding Range of a Data Type
As discussed in the book, each data type has a finite size. There is a the minimum range of values each data type supports as required by the C standard. However, the compiler implementations may vary and hence, may have a larger range actually supported. C provides the programmers with pre-defined macros to find out…
Continue Reading