![]() |
|
|
+ Search |
![]()
|
Jul 9th, 2001 07:15
Ivan L., Test Man, Onno Benschop,
printf("the binary representation of character %c is %b",87,87);
use sprintf("%b",87) to get a string containing that representation.