This is so well put, thank you.
> Integer types are unsigned by default, except for char.
unsigned by default? I'm pretty sure `int`, `long`, `short` and `long long` are signed by default.
This is so well put, thank you.
> Integer types are unsigned by default, except for char.
unsigned by default? I'm pretty sure `int`, `long`, `short` and `long long` are signed by default.