AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.52k stars 520 forks source link

Created decimal to binary convertion and decimal to octal algorithms #132

Closed aromalanil closed 4 years ago

aromalanil commented 4 years ago

This is an algorithm written in C Language to convert a user input decimal number to a binary number. This program will only work for integer decimals.

This pull request is:

This pull request fixes:

Changes: