If a number is greater than long long int limit.so,Is there any datatype to resolve this issue.
If a no. is greater than long long int
in such a case you have to store number in array or string
or you can use java bigInteger class
or just use python