A menu-driven Number System Converter built using the C programming language.
This project performs conversions between:
- Binary
- Decimal
- Octal
- Hexadecimal
The program uses functions, loops, arrays, mathematical logic, and modular programming concepts.
✅ Binary to Decimal
✅ Binary to Octal
✅ Binary to Hexadecimal
✅ Decimal to Binary
✅ Decimal to Octal
✅ Decimal to Hexadecimal
✅ Octal to Binary
✅ Octal to Decimal
✅ Octal to Hexadecimal
✅ Hexadecimal to Binary
✅ Hexadecimal to Decimal
✅ Hexadecimal to Octal
- Functions
- Arrays
- Loops
- Conditional Statements
- Number System Logic
- ASCII Character Handling
- Modular Programming