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)
- Host: GitHub
- URL: https://github.com/madhusudanhasbe/programming-in-c-lab
- Owner: madhusudanhasbe
- Created: 2025-03-11T05:53:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T05:59:49.000Z (over 1 year ago)
- Last Synced: 2025-10-26T23:42:04.020Z (9 months ago)
- Topics: beginner-friendly, c, c-programming, cprogramming, lab-assignments
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**
---