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.
- Host: GitHub
- URL: https://github.com/jubayer98/nsu-cse115-c-programming-basics
- Owner: jubayer98
- License: mit
- Created: 2018-05-20T20:03:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T11:26:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T17:51:03.017Z (over 1 year ago)
- Topics: basic-programming, cpp
- Language: C
- Homepage:
- Size: 327 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.