C_Programming_Exercises_Questions
C_Programming_Exercises_Questions
Day 1 - C Intro & Syntax: Write a program to display your name, school, and department; Identify
syntax errors.
Day 2 - Output & Comments: Print a Cameroonian flag using printf; Add comments.
Day 3 - Variables & Data Types: Declare variables; Swap two numbers using a third variable.
Day 6 - Switch Statements: Create menu program; Simulate mobile money menu.
Day 8 - Break & Continue: Print odd numbers up to 50, skip 25.
Day 33 - string.h & math.h: String functions; pow, sqrt, ceil, floor.