Decimal, float ,long and double etc are the data types present in c#. I found that Decimal data types can hold maximum value of 7.9*10 power 28.
Now, i would like to know, if i need to store greater value than that decimal data types can hold, then how can i do that ? Similarly , is there any other data types present in C#?