If a no. is greater than long long int

If a number is greater than long long int limit.so,Is there any datatype to resolve this issue.

in such a case you have to store number in array or string

or you can use java bigInteger class
or just use python