 |
convert decimal to binary c code | cprogramto.com
convert decimal to binary c code.. This c program, simply converts the decimal number in '1' or '0' form i.e binary number by dividing the decimal number by ... #include #include void main() {int a[20]; int j,b,dec,i=0; printf(“Enter the decimal number to
www.cprogramto.com |
 |