C Program To Convert Binary Number To Octal Number, using While Loop
Satish B
http://technotip.com/7038/c-program-to-convert-binary-number-to-octal-number-using-while-loop/
Lets write a C program to convert a number from Binary number system(base 2) to Octal number system(base 8), using while loop.
In this C program we first convert the user entered number from Binary number system to Decimal number system. Then we take the result(which is in Decimal number system) and convert to Octal number system.
Number Systems
- Binary Number System uses base 2 and digits 01.
- Octal Number System uses base 8 and digits 01234567.
- Decimal Number System uses base 10 and digits 0123456789.
- Hexadecimal Number System uses base 16 and digits 0123456789ABCDEF.
C Programming Interview / Viva Q&A List http://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=W1T6Jm41fok
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
11898213 Bytes