LuMarans30 / three-version-decimal-to-binary

Three simple algorithms in C that convert a number from decimal to binary.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three version decimal to binary

I've made three different versions for converting a decimal based number to a binary number in C language. In the second version the decimal number can be as large as 2^64-1 that's the limit of the unsigned long long integer type.

About

Three simple algorithms in C that convert a number from decimal to binary.

License:MIT License


Languages

Language:C 100.0%