Skip to content

Commit e531a70

Browse files
authored
Update README.md
1 parent 3f8dec1 commit e531a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this course, you will learn about the basics of the C programming language. E
55
# <div align="center">Course Outline</div>
66

77
## Intro to C
8-
```C programming is a powerful, general-purpose, procedural, mid-level programming language for developing system application softwares. So let's see what are the different features and understand the steps involved in writing the first program in C.```
8+
```C programming is a powerful, general-purpose, procedural, mid-level programming language for developing system application softwares. So let's see what are the different features and understand the steps involved in writing the first program in C.```
99
## Variables in C
1010
```Variable is the name given to memory location where value is not fixed always. Let's see how to define a variable with the help of an example and understand the scope of the variable.```
1111
## Data Type in C

0 commit comments

Comments
 (0)