Computer Science, asked by rish912, 1 year ago

Which campands are use for compile nd run in linux?

Answers

Answered by Anonymous
0

Explanation:

Source code is a computer program in human readable form. However, the machine cannot execute source code. The code must be compiled into machine code before it is useful. On Linux, the "make" build system is the most common one, and this how-to works for almost all Linux source code packages.

Similar questions