Q: How to change integer to binary using C_compiler A: If you have an integer number as a character string then you can use the function sscanf to convert it to int or to double. Regards, Peter
[ back to toc ]