What data type can I use if I need bigger numbers then the one's I can declare with unsigned long int? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What data type can I use if I need bigger numbers then the one's I can declare with unsigned long int?

8th Aug 2016, 4:53 AM
Robert—Valentin Veliscu
Robert—Valentin Veliscu - avatar
3 Answers
0
use double
8th Aug 2016, 6:17 PM
Abhishek Kumar
Abhishek Kumar - avatar
0
Well, double is used for numbers which ∈Q, I belive.
9th Aug 2016, 6:06 AM
Robert—Valentin Veliscu
Robert—Valentin Veliscu - avatar
0
you can use long long int for larger numbers or you can use long double
13th Aug 2016, 3:56 PM
Srikanth Dhulipala
Srikanth Dhulipala - avatar