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

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

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.