This repository contains all the lab programs developed during Semester 2 as part of the Programming in C course.
This repository showcases a collection of C programs written as part of semester coursework.
- Data Types and Variables
- Operators and Expressions
- Control Structures
if,if-else,switchstatements- Looping:
for,while, anddo-whileloops
- Functions
- Function Declaration and Definition
- Recursion
- Arrays and Strings
- Pointers
- Structures and Unions