size - Specifying number of bits for a datatype in C -
is possible specify datatype such int or long able store larger number of bits supports?
example int supports 32 bits , long supports 64 bits. if want long support 128 bits or greater? possible without of libraries?
it not possible in c. have use libraries bigint achieve it.
Comments
Post a Comment