how to store a very long integer value in c program for exam :- 98474737475747374739399
Posted
by yatin
on Stack Overflow
See other posts from Stack Overflow
or by yatin
Published on 2010-02-12T15:35:44Z
Indexed on
2010/03/27
22:23 UTC
Read the original article
Hit count: 191
I have so store a very long value of type integer that can't be stored in a variable of long type. how can i store such a long integer value in a c programme. Please illustrate it through an example/ programme if possible.
© Stack Overflow or respective owner