This repository contains all programming problems and solutions from the CSE-1101 course lectures. Each lecture folder includes relevant C programs that demonstrate key programming concepts.
NEW! A complete reference guide covering all concepts from this course with definitions, explanations, and examples. Perfect for quick revision and exam preparation! ⭐
- 📖 Comprehensive Cheat Sheet - Complete reference for all topics
- Lecture 02: Data Types, Variables and Data Output
- Lecture 03: Getting Input with scanf()
- Lecture 04: Operators
- Lecture 05: Program Control
- Lecture 06: Loops
- Lecture 07: Arrays
- Lecture 08: Pointers
- Lecture 09: Characters and Strings
- Lecture 10: Functions
- Lecture 10 (M): Functions
- Lecture 11 (M): Structures
Md. Jahidul Islam
Lecturer and Chairman (in charge)
Department of Computer Science and Engineering
Chandpur Science and Technology University
Mostafiz Ahammed
Lecturer
Department of Computer Science and Engineering
Chandpur Science and Technology University
📂 Homeworks
📂 Practice Problems
📂 Homeworks
📂 Practice Problems
📂 Homeworks
📂 Practice Problems
📂 Homeworks
📂 Practice Problems
📂 Homeworks
📂 Practice Problems
📂 Homeworks
📂 Practice Problems
📂 Assingnment
📂 Union
Each lecture folder contains:
- Homeworks 📑 — Assignments based on lecture topics.
- Practice Problems 🏋️ — Problems to strengthen understanding.
git clone https://github.com/M-F-Tushar/CSE-1101.git
cd CSE-1101
cd Lecture_02-Data_Types_Variables_and_Data_Output/Homeworks
gcc program.c -o program
./programFeel free to contribute by submitting pull requests or reporting issues!
⭐ Star this repository if you found it helpful!
The primary textbook used in this course is:
C: From Theory to Practice, Second Edition
by Nikolaos D. Tselikas & George S. Tselikis
Published by CRC Press, 2017
Maintainer: M-F-Tushar This book provides a solid foundation in C programming and complements the lecture content covered in CSE-1101.
Feel free to contribute by submitting pull requests or reporting issues!
⭐ Star this repository if you found it helpful!