This document contains 3 examples of C programming code that demonstrate working with arrays: 1) Printing the reverse of user-input numbers in an array, 2) Separating even and odd numbers from an array into two new arrays, and 3) Merging and sorting two arrays of user-input numbers in descending order into a third array. Each example provides the full code, input/output examples, and brief descriptions to demonstrate array manipulation techniques in C.