[ad_1]
You are asking printf() to represent the numbers as hexadecimal.
Try using %d or %i instead of %x. This will show them as decimal numbers.
[ad_2]
solved Why does C code return numbers greater than 10 as letters?
[ad_1]
You are asking printf() to represent the numbers as hexadecimal.
Try using %d or %i instead of %x. This will show them as decimal numbers.
[ad_2]
solved Why does C code return numbers greater than 10 as letters?