This document provides instructions for 5 programming assignments involving arrays and structures in C programming. The assignments include: 1) Computing frequencies of numbers in an array, 2) Displaying Pascal's triangle using one array, 3) Printing a pattern of letters, 4) Defining a structure to store data of up to 450 students, and 5) Defining a structure to store data of up to 200 bank customers. The document provides sample code and explanations for each assignment.