https://github.com/fatima-progmmer/while-loop-in-c-
https://github.com/fatima-progmmer/while-loop-in-c-
code cpp cxx programming
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fatima-progmmer/while-loop-in-c-
- Owner: Fatima-progmmer
- Created: 2024-08-27T02:07:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T17:49:44.000Z (11 months ago)
- Last Synced: 2025-02-11T18:45:42.266Z (11 months ago)
- Topics: code, cpp, cxx, programming
- Language: C++
- Homepage:
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# While Loop in C 🔄
A simple program demonstrating the use of the `while` loop in the C programming language.
## Getting Started
1. **Clone the Repository**
```bash
git clone https://github.com/Fatima-progmmer/while-loop-in-c-.git
```
2. **Compile the Program**
```bash
gcc while_loop_example.c -o while_loop_example
```
3. **Run the Program**
```bash
./while_loop_example
```
## Features
- Basic syntax of the `while` loop.
- Example of loop control and termination.
## License
This project is licensed under the MIT License.