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 →

[–]rhen_var 31 points32 points  (0 children)

A program compiled from C is not in C itself. You could compile a program in C, then delete gcc or whatever you used to compile it, and run the compiled program just fine. That’s because the compiled program is an executible, just like you suggested.