I know that C uses "%x"
for hexadecimal and "%d"
for decimal and I already tried using "%b"
.
How can I write an integer in binary in C?
I know that C uses "%x"
for hexadecimal and "%d"
for decimal and I already tried using "%b"
.
How can I write an integer in binary in C?