Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Primitive sizes:
- The size of a char is: 1.
- The size of a short is: 2.
- The size of a int is: 4.
- The size of a long is: 4.
- The size of a long long is: 8.
- The size of a unsigned char is: 1.
- The size of a unsigned short is: 2.
- The size of a unsigned int is: 4.
- The size of a unsigned long is: 4.
- The size of a int16_t is: 2.
- The size of a int32_t is: 4.
- The size of a int64_t is: 8.
- The size of a uint16_t is: 2.
- The size of a uint32_t is: 4.
- The size of a uint64_t is: 8.
- The size of a float is: 4.
- The size of a double is: 8.
- The size of a Float32 is: 4.
- The size of a Float32Point is: 8.
- The size of a Float64 is: 8.
- The size of a Float80 is: 10.
- The size of a Float96 is: 12.
- The size of a float_t is: 4.
- The size of a double_t is: 8.
- Ranges:
- CHAR_MIN: Ä.
- CHAR_MAX: .
- SHRT_MIN: -32768.
- SHRT_MAX: 32767.
- INT_MIN: -2147483648.
- INT_MAX: 2147483647.
- LONG_MIN: -2147483648.
- LONG_MAX: 2147483647.
- ULONG_MAX: 4294967295.
- LLONG_MIN: -9223372036854775808.
- LLONG_MAX: 9223372036854775807.
- ULLONG_MAX: 18446744073709551615.
- FLT_MIN: 0.000000.
- FLT_MAX: 340282346638528859811704183484516925440.000000.
- MAXFLOAT: 340282346638528859811704183484516925440.000000.
- DBL_MIN: 0.000000.
- DBL_MAX: 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.000000.
Advertisement
Add Comment
Please, Sign In to add comment