Skip to content

Latest commit

 

History

History

0x03-debugging

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

0x03. C - Debugging

Resources:books:

Read or watch:


Learning Objectives:bulb:

What I learned from this project:

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

  • This program test that the function positive_or_negative() gives the correct output when given a case of 0.
  • This program have comment out the part of the code that is causing the output to go into an infinite loop.
  • This program prints the largest of three integers.
  • This program converts a date to the day of year and determines how many days are left in the year, taking leap year into consideration.

Author