C (programming language): Difference between revisions

No edit summary
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
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.
Higher-level applications are typically written in C++.


==Usage==
==Usage==
Line 23: Line 22:
As far as I can tell, the only benefit is to prevent heap fragmentation.
As far as I can tell, the only benefit is to prevent heap fragmentation.
}}
}}
[[Category:Programming languages]]