DNDaniel Nzauinlearn-programming.hashnode.dev·Mar 29, 2023 · 1 min readSwapping two integers in C - The easy methodI 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 place. I could almost swear a light bulb lit up somewhere in my head. I really believe that it's the ...00
DNDaniel Nzauinlearn-programming.hashnode.dev·Mar 17, 2023 · 1 min readA script that runs the file through the preprocessor.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 code file #include00