Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 721 Bytes

File metadata and controls

21 lines (14 loc) · 721 Bytes

0x03. C - Debugging

Learning objectives for this project:

  • What is debugging
  • What are some methods of debugging manually
  • How to read error messages

Tasks 📃

  • 0. Multiple mains

    • 0-main.c: Test if function positive_or_negative() gives the correct output when given a case of 0.
  • 1. Like, comment, subscribe

  • 2. 0 > 972?

  • 3. Leap year

    • 3-print_remaining_days.c: Converts a date to the day of year and determines how many days are left in the year, taking leap year into consideration.