An open API service indexing awesome lists of open source software.

https://github.com/madhusudanhasbe/programming-in-c-lab

Programming in C Lab Assignments (Semester 2)
https://github.com/madhusudanhasbe/programming-in-c-lab

beginner-friendly c c-programming cprogramming lab-assignments

Last synced: 9 days ago
JSON representation

Programming in C Lab Assignments (Semester 2)

Awesome Lists containing this project

README

          

# Programming in C Lab Assignments (Semester 2)
This repository contains all the lab programs developed during **Semester 2** as part of the **Programming in C** course.

---

## About the Repository
This repository showcases a collection of C programs written as part of semester coursework.

---

## Concepts Covered

- **Data Types and Variables**
- **Operators and Expressions**
- **Control Structures**
- `if`, `if-else`, `switch` statements
- Looping: `for`, `while`, and `do-while` loops
- **Functions**
- Function Declaration and Definition
- Recursion
- **Arrays and Strings**
- **Pointers**
- **Structures and Unions**

---