This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to deal with a very larger integer variable than unsigned long int ?

hi
I want to use a very larger integer variable to store a value , an unsigned long integer ( 4 bytes unsigned long integer)maybe overflow!
how can i deal with this situation?