+ 1
How to convert ascii code (binary) in text ? Give me one example of code. My input are in string. Like, 000110_101101_110.. etc.
3 Respuestas
+ 3
Have a look at this code, it converts a binary value to decimal.
https://code.sololearn.com/cW35TmLWAz0Y/?ref=app
+ 2
Convert the binary to decimal, and then you can convert it to char.
+ 1
Ha yes. Give me one example. Please