/Decimal-Converter-Using-C

It is a program that can convert decimal value to binary, octa or hexadecimal and it is made using C.

Primary LanguageC

This is a software that can convert Decimal values to Binary, Octal or Hexadecimal

It is purely made using C.

Note:-

Output only supports values upto 10 digit so if so input a integer value whose
output is more than 60 digits than program will give wrong output or throw an error according to compiler.

And only integer values are allowed if you enter anything else program will crash according to the compiler.