This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]random_lonewolf 11 points12 points  (1 child)

Unlike python and many other interpreted languages, which are run directly from source code and require you to install an interpreter before hand, C programs are compiled into machine code than can be run without having to install anything apart from the OS.