Skip to content

Commit 6d89918

Browse files
Update conclusion.md
1 parent f245ed8 commit 6d89918

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

book/languages/c/conclusion.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# Conclusion
2+
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
5+
OOP simulation in C, getting rid of the part where C is not shining.
6+
7+
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)