1.

C program to multiply two 4 bit binary numbers

Answer»
Code:
/*code*/ #include #include void main() { int bin1[4]={1,0,0,1},bin2[4]= int m1[8],ANS[8]; int c=0; clrscr(); int i,j; cout<<"Binary NUM1:-"; for(i=0;i<4;i++) cout<



i THINK these code will help you.
you TRY first.


Discussion

No Comment Found