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
,switch
statements- Looping:
for
,while
, anddo-while
loops
- Functions
- Function Declaration and Definition
- Recursion
- Arrays and Strings
- Pointers
- Structures and Unions