No description
Find a file
2026-03-13 01:03:41 +03:00
birthday-leap-year init 2026-03-13 01:03:41 +03:00
cost-calculator-for-household-appliances init 2026-03-13 01:03:41 +03:00
fahrenheit-to-celsius init 2026-03-13 01:03:41 +03:00
grade-bell-curve init 2026-03-13 01:03:41 +03:00
mol-calculator init 2026-03-13 01:03:41 +03:00
number-systems-converter init 2026-03-13 01:03:41 +03:00
LICENSE init 2026-03-13 01:03:41 +03:00
README.md init 2026-03-13 01:03:41 +03:00

C Language Programming Class

A collection of C programming exercises and assignments.

Contents

  • birthday-leap-year: Check if a year is a leap year.
  • cost-calculator-for-household-appliances: Calculate energy costs for appliances.
  • fahrenheit-to-celsius: Temperature unit converter.
  • grade-bell-curve: Grade distribution calculator.
  • mol-calculator: Chemistry molar mass calculations.
  • number-systems-converter: Convert between different number bases.

How to Run

Navigate to a directory and compile the main.c file using gcc:

cd <directory_name>
gcc main.c -o program
./program