I am trying to do modulus operator on number upto 10^18. i cannot store this numbers in int and if i take it float then i cannot apply modulus operator so how can i do it.
I searched it but didn't find my answer.
I found one method to typecast but it cannot solve my problem and other is to use array.
So , there is only way to use array.