Skip to content

Commit b53ad7e

Browse files
Update conclusion.md
1 parent de81077 commit b53ad7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

book/languages/c/conclusion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Conclusion
22

3-
C is excellent language for embedded development. It's mixture of lower level programming, which is possible in C (see BIOS
4-
implemented in C; Linux kernel was implemented in C too), but also higher level programming - there is theoretical possibility of
3+
C is excellent language for embedded development. It's mixture of lower level programming, which is possible in C (see BIOS
4+
implemented in C; Linux kernel was implemented in C too), but also higher level programming - there is theoretical possibility of
55
OOP simulation in C, getting rid of the part where C is not shining.
66

77
One thing is sure - **nothing, ever** will replace C. C will remain ruling IT world, **[forever](https://www.tiobe.com/tiobe-index/)**.

0 commit comments

Comments
 (0)