Catlan number doubt

question = https://hack.codingblocks.com/contests/c/452/1081
how to store large numbers. is it possible to convert to string?

Yes, to handle very large numbers, use string multiplication algorithm, and save number in form of string or array whichever you like.