https://github.com/wawerukelvin111/c_problems_solved_examples
This repo will cover the various questions in C programming with comments for proper understanding.
https://github.com/wawerukelvin111/c_problems_solved_examples
c
Last synced: 11 months ago
JSON representation
This repo will cover the various questions in C programming with comments for proper understanding.
- Host: GitHub
- URL: https://github.com/wawerukelvin111/c_problems_solved_examples
- Owner: Wawerukelvin111
- Created: 2024-07-04T08:26:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T18:32:38.000Z (almost 2 years ago)
- Last Synced: 2025-07-03T01:38:39.310Z (about 1 year ago)
- Topics: c
- Language: C
- Homepage:
- Size: 253 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C_problems_solved_examples
This repo will cover the various questions in C programming with comments for proper understanding.
**This is using terminal in Linux based OS**
To compile the program:
gcc -o example example.c
replace example with any name
example.c with your .c program
----------------------------------------------------------------------------------------------------------
To run the program:
just type ./example
replace the name example with the name you gave your compiled program