I am a ALX software engineering program student. I have decide to document my journey by posting my notes, solutions to projects and questions, lessons learned among other things.
I recently had this task where I had to swap 2 integers, and man, didn't bugs have a field day? When I was almost giving up, everything clicked into...
C is a compiled language unlike python that is interpreted. When you are writing your C code in a text editor, we say that you are working on a source...