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

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -