Skip to content

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

License

Notifications You must be signed in to change notification settings

LuMarans30/dec2bin-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages