Jack
2010-02-10 13:00:28 UTC
Hello,
I am wondering how to display a binary number with printf. (00000001b)
The specifier should look something like this
printf ("%b\n", a);
Have taken a look at my reference but did not find it
Thanks in advance
Jack
I am wondering how to display a binary number with printf. (00000001b)
The specifier should look something like this
printf ("%b\n", a);
Have taken a look at my reference but did not find it
Thanks in advance
Jack