Skip to content

md8-habibullah/Structured-Programming-Language-CSE-1157-LAB-Works

Repository files navigation

Structured Programming Language - CSE 1157 LAB Works

Welcome to the Structured Programming Language - CSE 1157 Lab Works repository. This repository contains assignments and lab exercises for the CSE 1157 course, focusing on structured programming concepts using C language.


Table of Contents


About the Course

CSE 1157 is a foundational course in the Computer Science & Engineering department that introduces students to structured programming concepts using the C programming language. This course emphasizes problem-solving skills, algorithmic thinking, and writing clean, efficient code.

This repository contains lab assignments and practice problems designed to reinforce these concepts.


Repository Contents

This repository includes:

  • Lab Assignments: Various programming tasks and assignments related to structured programming.
  • Source Code: C programs demonstrating different programming concepts such as loops, conditionals, functions, arrays, and pointers.
  • Documentation: Notes and instructions related to the assignments.

How to Use This Repository

  1. Clone the repository:
git clone https://github.com/md8-habibullah/Structured-Programming-Language-CSE-1157-LAB-Works.git
  1. Navigate to the directory:
cd Structured-Programming-Language-CSE-1157-LAB-Works
  1. Open the files in your preferred code editor or IDE (e.g., VSCode, Code::Blocks).

  2. Compile and run the C programs using a C compiler like gcc:

gcc program_name.c -o program_name
./program_name
  1. Modify or extend the programs as needed for practice or assignments.

Faculty Details

Name Designation Department Mobile Email
Md. Sezan Mahmud Saikat Lecturer Computer Science & Engineering 01683603049 mdsezanmahmudsaikat@gmail.com

For more information, visit the faculty profile.


Contact Information

If you have any questions or need assistance regarding the assignments, feel free to reach out to the faculty member listed above.


License

This repository is for educational purposes. Feel free to use and modify the code for learning and academic work.


A Note on Problem Solving

If it's simple, AI can solve it. If difficult, attempt to solve yourself.

This philosophy encourages students to engage actively with the assignments and develop problem-solving skills.


Thank you for visiting this repository. Happy coding!

About

Lab assignments and practice programs for the Structured Programming Language course (CSE 1157) using C language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages