https://github.com/chiemekaifemegbulem/alx-low_level_programming
0x00. C - Hello, World
https://github.com/chiemekaifemegbulem/alx-low_level_programming
Last synced: about 2 months ago
JSON representation
0x00. C - Hello, World
- Host: GitHub
- URL: https://github.com/chiemekaifemegbulem/alx-low_level_programming
- Owner: chiemekaifemegbulem
- Created: 2022-12-09T02:06:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T01:05:54.000Z (over 2 years ago)
- Last Synced: 2025-03-31T05:34:06.204Z (6 months ago)
- Language: C
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Debugging is the process of finding and fixing errors in software that prevents it from running correctly. As you become a more advanced programmer and an industry engineer, you will learn how to use debugging tools such as gdb or built-in tools that IDEs have. However, it’s important to understand the concepts and processes of debugging manually.