Can you run a C program in Unix?In: C Programming, Linux |
Answer
That depends on what you mean by "run". C programs need to be compiled before they can be run by anything. There are free C compilers for just about any platform out there. Check out http://gcc.gnu.org for a great free compiler.
Answer
The Linux operating system itself is written in 'C' (and of course, compiled as mentioned above).
|
|
|
First answer by ID3222993666. Last edit by John.m.horn. Contributor trust: 12 [recommend contributor]. Question popularity: 6 [recommend question]
|
Research your answer: |
Can you answer other questions about linux?
|
|


