This document presents a C program that can perform multiple mathematical functions. The program was designed using the C programming language and allows users to enter numbers to perform operations like addition, subtraction, multiplication, division, roots, logarithms, trigonometric functions, and more. It provides options to the user via keyboard input to select the operation and displays the result on screen. The program demonstrates the use of switch cases in C to provide multiple options and obtain results for the selected operation.