Binary digits: Difference between revisions

Content added Content deleted
No edit summary
Line 155: Line 155:
}</lang>
}</lang>


=={{header|C++}}==
Converts int to a string.
Converts int to a string.
<lang c>#include <stdio.h>
<lang c>#include <stdio.h>