Binary compuation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Binary compuation

Write a program in C to convert a binary number into a decimal number without using array, function and while loop. Go to the editor Test Data Input a binary number : 1010101 Expected Output The Binary Number : 1010101 The equivalent Decimal Number : 85

10th Aug 2022, 7:16 AM
Tumwesigye Bashir
Tumwesigye Bashir - avatar
1 Answer
+ 1
if you intend it as a challenge, post it here https://www.sololearn.com/Discuss/1270852/?ref=app
10th Aug 2022, 8:04 AM
Harsha S
Harsha S - avatar