I don't know this type. Is that the biggest one from all? I think it is an integer type, right? Or is it a floating point thing? Bigger than double?
|
feedback
|
|
Its an integer, at least as big as | |||||||||||||||
feedback
|
|
A | |||
|
feedback
|
|
According to C99 standard, So, yes, this is the biggest integer type specified by C language standard (C99 version). There is also long double type specified by C99. It's a double precision floating point numeric data type long for 80-bits on most popular x86-based platforms and implementations of C language. | |||
|
feedback
|
|
The short and simple is that a | |||
|
feedback
|