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 -

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

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -