C (programming language): Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
C is a popular low-level programming language used for OS development.<br>
C is a low-level programming language primarilly used for kernel and embedded development.<br>
Higher-level applications are typically written in C++.
For all other applications, I prefer [[C++]] which comes with a rich library of useful data structures and utilities.


==Usage==
==Usage==