https://github.com/sahaantor149/structured-programming-language
This repository contains a collection of C programming exercises and solutions, categorized by topics such as arrays, loops, and nested loops. Designed for beginners and intermediate learners, it provides practice problems, sample solutions, and helpful resources to improve coding skills in C.
https://github.com/sahaantor149/structured-programming-language
2d-arrays arrays loops nested-loops strings switch-case-conditions
Last synced: 9 months ago
JSON representation
This repository contains a collection of C programming exercises and solutions, categorized by topics such as arrays, loops, and nested loops. Designed for beginners and intermediate learners, it provides practice problems, sample solutions, and helpful resources to improve coding skills in C.
- Host: GitHub
- URL: https://github.com/sahaantor149/structured-programming-language
- Owner: sahaantor149
- Created: 2024-11-20T14:26:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T11:33:20.000Z (10 months ago)
- Last Synced: 2025-02-08T12:24:48.936Z (10 months ago)
- Topics: 2d-arrays, arrays, loops, nested-loops, strings, switch-case-conditions
- Language: C
- Homepage:
- Size: 1.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Structured Programming Language - Problems and Solutions
## Abstract
This repository contains various C programming exercises and solutions collected from classes in the CSE department of United International University, categorized by topics like arrays, loops, nested loops, and more. It is designed for students to practice and improve their C programming skills.
---
## Paper Information
- **Title:** Structured Programming Language - Problems and Solutions
- **Authors:** `United International University`, `Antor Saha Rotno`
---
## Directory Hierarchy
```
|—— 2D Array
| |—— 2d array.pdf
| |—— solution_[1-15].c
|—— Array
| |—— Array.pdf
| |—— solution_[1-21].c
|—— Final Exam Question 232 CSE1112 B MiBa
| |—— Question.pdf
| |—— solution_[1-2].c
|—— Final Exam Question 241 CSE1112 F KBJ
| |—— Question.pdf
| |—— solution_[1-2].c
|—— Final Exam Question 242 CSE1112 I SYH
| |—— Question.pdf
| |—— solution_[1-2].c
|—— Loop
| |—— Loop Problems.pdf
| |—— loop_solution_[1-20].c
|—— Mid Exam Practice
| |—— SPL Question Patterns.pdf
| |—— patterns.c
| |—— problem_02_01.c
| |—— problem_02_02.c
| |—— problem_02_03.c
| |—— problem_02_04.c
| |—— problem_02_05.c
|—— Mid Q. Solve
| |—— Mid_Question_Fall_2022.pdf
| |—— Mid_Questions_Fall_2022_Solution.c
|—— Nested Loop
| |—— 06 Nested loop.pdf
| |—— solution_[1-18].c
|—— String related problems
| |—— Strings.pdf
| |—— problem_[1-7].c
| |—— problem_[9-11].c
|—— custom-calculator.c
|—— switch-condition.c
```