Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 688 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 688 Bytes

C Programming


Notes and Course provide by Harry thanks for Harry


Welcome to the **C Language** repository!

How to Compile

Use the following command to compile your C file:

gcc file_name.c -o output_file_name

how to run

./output_file_name

Install MinGW
Install Visual Studio Code
CodeWithHarry - video C language in hindi

⭐ If you like this repository, give it a star!


Thanks CodeWithharry for course!