This document presents a comprehensive solution to a C programming lab assignment, focusing on fundamental arithmetic operations. The assignment covers the creation of C code to perform addition, multiplication, and division with integers, as well as the summation of decimal numbers. The solution includes the program description, analysis, program design (with pseudocode), and a detailed test plan with expected outputs for various inputs, along with screenshots of successful test runs. The C code is provided with comments explaining each step, from variable declaration and initialization to user input and output formatting. The solution also addresses potential edge cases, such as division by zero, and includes examples of the code execution with different input values to demonstrate the functionality. This document is designed to help students understand and implement C programs for basic arithmetic operations and is available on Desklib, a platform providing AI-based study tools for students.