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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -