Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Category:Compiled languages"
From NetSec
Line 2: | Line 2: | ||
[[C++]] and [[C]] are compiled languages. | [[C++]] and [[C]] are compiled languages. | ||
+ | [[Category:Programming]] |
Latest revision as of 19:39, 8 August 2012
Compiled languages are programming languages, called compiled because they start out as code and then a compiler is used to compile the application into machine code and then link the application with shared libraries.