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

https://github.com/jubayer98/nsu-cse115-c-programming-basics

Here are some basic C programming examples completed during an undergraduate C language lab.
https://github.com/jubayer98/nsu-cse115-c-programming-basics

basic-programming cpp

Last synced: 28 days ago
JSON representation

Here are some basic C programming examples completed during an undergraduate C language lab.

Awesome Lists containing this project

README

          

# NSU-CSE115-C Programming Basics Repository

Welcome to my GitHub repository where I share basic C programming problems that I solved during my undergraduate C language lab at North South University (NSU). This repository is intended to help fellow students and enthusiasts understand the fundamentals of C programming through practical examples.

## How to Use This Repository

- **Clone the Repository:** Start by cloning the repository to your local machine to access all the files.
- **Read the Comments:** Each file contains comments that explain what each part of the code does, which is crucial for beginners.
- **Run and Modify:** Run the programs to see how they work. Then, try to modify them to see what changes in the output or behavior of the program.
- **Experiment:** Experiment with the code by integrating different features or combining multiple programs to enhance your learning experience.

## Contribution

Contributions to this repository are welcome. You can contribute by adding new examples, improving existing ones, or documenting the code to make it easier for beginners to understand. To contribute:
- Fork the repository.
- Make your changes.
- Submit a pull request.

Feel free to raise issues or suggest improvements via the GitHub issue tracker associated with the repository.