Sunday, August 7, 2011

Chapter 1, question 4

4.  What command do you need to enter in order to compile a program called program1.c with  your compiler?

I use gcc on OS X and Ubuntu, so for me it's:

# gcc program1.c

No comments:

Post a Comment