In C language, how to use printf to output such a format, for example,
- unsigned long int
- unsigned long long int
- unsigned int
- long long int
- long int
How to calculate the bytes occupied by them?
I mainly want to know the output format of unsigned long int, but it seems that there is no introduction in the document, only some very similar. For example, unsigned long or unsigned long long. This format is the type of uint64_t