I am facing difficulty in converting a binary array to a decimal number:
bin[8] = {10,00,00,10};
I want the equivalent of this array element as a decimal number, i.e. 130.
I am facing difficulty in converting a binary array to a decimal number:
bin[8] = {10,00,00,10};
I want the equivalent of this array element as a decimal number, i.e. 130.