Difference between UINT32_C and uint32_t

Viewed 5816

As far as I know the suffix t in uint32_t denote type name but I wonder to know what is the C in UINT32_C and what is the differences?

5 Answers
Related