Skip to content

Commit 05d52ea

Browse files
authored
Merge pull request #10 from thebarshablog/master
README.md file elaborated
2 parents ecf2d6e + 7f6b51e commit 05d52ea

File tree

1 file changed

+48
-2
lines changed

1 file changed

+48
-2
lines changed

README.md

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,48 @@
1-
# c-programming
2-
Small c programming language projects
1+
![done_c](https://user-images.githubusercontent.com/103309340/210172472-ddfe273d-70cc-473c-8f3f-edcf8da7d43c.gif)
2+
3+
# 👨‍💻C-Programming Learner's Repository!👨‍💻
4+
5+
👋🏻 Welcome to the C Programming Learner's Repository!
6+
7+
👉This repository contains a collection of C programming exercises, examples, and projects to help you get started with learning C.
8+
9+
Here's what you'll find in this repository:👇
10+
11+
📑Exercises: These are small programming problems designed to help you practice and improve your C skills.
12+
13+
📌Examples: These are complete C programs that demonstrate how to use various features of the language.
14+
15+
📓Projects: These are larger programming projects that put your skills to the test.
16+
17+
🤔What do you need to get started?
18+
Answer: To get started, you'll need a C compiler. If you don't already have one installed, you can download and install one for free from the internet.
19+
20+
Check below for C Compiler installation guide suited to an operating system of your choice 👇:
21+
22+
-To learn how to install a C compiler on Windows: https://linuxhint.com/install-c-compiler-windows/
23+
24+
-To learn to install GCC Compiler for Ubuntu (linux distro): https://data-flair.training/blogs/install-c-on-linux/
25+
26+
-To install GCC compiler on MacOS: https://codeforces.com/blog/entry/106465
27+
28+
29+
Once you have a C compiler installed, you can compile and run a C program by using the following steps:
30+
31+
Open a terminal window.
32+
Navigate to the directory where your C program is saved.
33+
Type gcc followed by the name of your C program file, and then press Enter. For example: gcc main.c
34+
If the program compiles without errors, it will create an executable file.
35+
To run the program, type ./a.out and press Enter.
36+
We hope you find these resources helpful as you begin your journey to learn C programming. Good luck!
37+
38+
Otherway is to download any code-editor according to convenience.
39+
Our recommendation is to download and install Microsoft's Visual Studio Code and further install some suitable program extensions.
40+
Link to install Visual Studio Code: https://code.visualstudio.com/download
41+
42+
# README by Chase S. & Barsha D.
43+
44+
![resize_chase](https://user-images.githubusercontent.com/103309340/210171780-3867f9c6-a0d5-40bc-9d3a-ac3420aab9a7.jpg) & ![rsz_bd_gradient_1](https://user-images.githubusercontent.com/103309340/210171858-e62a5bd3-0ede-4314-8436-3c539a8a3434.jpg)
45+
46+
47+
48+

0 commit comments

Comments
 (0)