We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de81077 commit b53ad7eCopy full SHA for b53ad7e
1 file changed
book/languages/c/conclusion.md
@@ -1,7 +1,7 @@
1
# 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
+C is excellent language for embedded development. It's mixture of lower level programming, which is possible in C (see BIOS
+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