Collection of solved C programming lab questions, written and tested in VS Code using GCC. Covers basic input/output, operators, conditional statements, loops, functions, arrays, strings, pointers, ...
Each of these exercises comes with a set of tests implemented using the Google Test framework for C, aka gtest. You won't have to learn anything about gtest, but you will need to be able to compile ...