This document contains C code examples for various programming concepts like functions, loops, arrays, structures, pointers etc. There are a total of 40 code snippets showing how to use different features in C like printing output, taking input, if-else conditions, switch case, loops (while, for, do-while), functions (call by value, call by reference), arrays (single, multi-dimensional), structures, pointers etc. Each code snippet is commented and labeled to explain the concept demonstrated in that section.