What is the data type to store 15511210043330985984000000 this number in c
Answers
Answered by
0
9.332621544×10^157. There's no data type in C to store such a big integer. But you can use an array(of integers) ...
Answered by
0
whole number data type is the right answer.
Similar questions