This document provides practice problems for Chapters 4 and 5 of a Programming in C session. Chapter 4 problems involve modifying string programs to take user input and compare string length and equality. Chapter 5 problems involve modifying a data analysis program to display sales data in different formats (%s, %p, %i) based on user run commands, with help messages for invalid commands. Functions for the required calculations are stored in a separate func.c file.