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

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.

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