Binary to Decimal Conversion

Suppose a large binary number, which we need to convert into decimal. Then it is not going to store such a large number. How to convert in that case?
changing it into string form? or anything more efficient

@skysinghthakur Yes you take it as string as input. and then you just need to make a function which can divide the string number. and you can get the binary by repeated division and checking the remainder.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.