A collection of C programming exercises designed to help beginners practice and improve their skills.
- The maximum and minimum of three numbers.c
- The sum of numbers.c
- The product of numbers.c
- The factorial of a number n.c
- Mean and standard deviation.c
- Three-digit Armstrong numbers.c
- Four-digit Armstrong numbers.c
- Greatest Common Divisor.c
- Prime number.c
- N prime numbers.c
- Divisors of a number.c
- Divisibility by 3.c
- Quadratic equation.c
- Capitalization.c
- Annuity.c
- Minimum_element_of_a_sequence.c
- Sum_of_two_matrices.c
- Product of a matrix and a number.c
- Product of two matrices.c
- Sorting.c
- Bubble sort algorithm.c
This repository contains a variety of practice problems aimed at teaching key concepts in C programming. Each exercise is structured to help reinforce understanding and application of C syntax, logic, and programming techniques.
You should have GCC compiler to run C. Link for downloading GCC compiler
After installation, run Build All.bat
.