Von Neuman Loves Binary

why this code is not working with for loop and bitwise operator??
help me.
here the link:- https://ide.codingblocks.com/s/440062

Hello @dasvishal60 line 19 should be this:
no/=10;

still not desire output

@dasvishal60 what is your logic?

first it will ask how many numbers to input let say 3 then after that it will take 3 binary number ex:-101,111,100 and convert all three number into decimal using for loop and left shift operator (<<)

check the code i added comments

@dasvishal60 check this: