#c
Read more stories on Hashnode
Articles with this tag
include<stdio.h> int main( ) { int n,nsave,rem,d,j=l,dec=O; printf("Enter the number in binary :"); scanf ("%d", &n) ; nsave=n; while (n>O) ...