C

Code Examples

Click here for info about the page.

Click here for time and date.
Variable type Size (bytes) Value Range
char 1 256 possible chars
bool 1 T or F
unsigned short int 2 0 to 65535
signed short int 2 -32768 to 32768
unsigned long int
unsigned int
4 0 to 4 000 000 000
signed long int
signed int
4 -2 000 000 000 to 2 000 000 000
float 4 1.2e-38th to 3.4e38th
double 8 2.2e-308th to 1.8e308th
Code Type
%i or %d int
%c char
%f float
%s string