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

css - Text drops down with smaller window -

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

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -