Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 267 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 267 Bytes

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.