Skip to content

Commit 809998e

Browse files
Update README.md
1 parent bd28bbb commit 809998e

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

README.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
1-
![image](https://user-images.githubusercontent.com/103309340/210171054-12411cdc-776e-40af-bb96-0fb64816de2a.png)
1+
![image](https://user-images.githubusercontent.com/103309340/210171054-12411cdc-776e-40af-bb96-0fb64816de2a.png)
22

3-
# C-Programming Learner's Repository!
3+
# 👨‍💻C-Programming Learner's Repository!👨‍💻
44

5-
Welcome to the C Programming Learner's Repository!
5+
👋🏻 Welcome to the C Programming Learner's Repository!
66

7-
This repository contains a collection of C programming exercises, examples, and projects to help you get started with learning C.
7+
👉This repository contains a collection of C programming exercises, examples, and projects to help you get started with learning C.
88

9-
Here's what you'll find in this repository:
9+
Here's what you'll find in this repository:👇
1010

11-
Exercises: These are small programming problems designed to help you practice and improve your C skills.
12-
Examples: These are complete C programs that demonstrate how to use various features of the language.
13-
Projects: These are larger programming projects that put your skills to the test.
14-
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. Some popular C compilers include GCC and Clang.
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+
-To learn to install GCC Compiler for Ubuntu (linux distro): https://data-flair.training/blogs/install-c-on-linux/
24+
-To install GCC compiler on MacOS: https://codeforces.com/blog/entry/106465
1525

1626
Once you have a C compiler installed, you can compile and run a C program by using the following steps:
1727

@@ -21,3 +31,9 @@ Type gcc followed by the name of your C program file, and then press Enter. For
2131
If the program compiles without errors, it will create an executable file.
2232
To run the program, type ./a.out and press Enter.
2333
We hope you find these resources helpful as you begin your journey to learn C programming. Good luck!
34+
35+
Otherway is to download any code-editor according to convenience.
36+
Our recommendation is to download and install Microsoft's Visual Studio Code and further install some suitable program extensions.
37+
Link to install Visual Studio Code: https://code.visualstudio.com/download
38+
39+

0 commit comments

Comments
 (0)