Ritika-Das/Decimal_to_Binary_Converter
This converter function in C takes a decimal, and converts it to an 8-bit binary value. The bitCount of 8 can be changed to accomodate larger decimal values which have a binary value extending beyond 8 bits.
CMIT
No issues in this repository yet.