Posts by Bruno Rodrigues • 33 points
1 post
-
3
votes1
answer326
viewsQ: Torque conversion limit in C
I developed this code in C for conversion from integer to binary, but the limit is 1023. Any number above this, the conversion ceases to be performed Why and possible solution? int binario(int num)…