Skip to content

anshman-git/Number_System_Conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Number System Converter in C

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.

Features

✅ 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

Concepts Used

  • Functions
  • Arrays
  • Loops
  • Conditional Statements
  • Number System Logic
  • ASCII Character Handling
  • Modular Programming

About

A menu-driven Number System Converter built in C that converts Binary, Decimal, Octal, and Hexadecimal numbers using functions and logic-based conversions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages