Sams Teach Yourself C in 21 Days

(singke) #1

APPENDIX F


Answers


This appendix lists the answers for the quizzes and exercise sections at the end
of each day’s lesson. Note that for many of the exercises, more than one solu-
tion is possible. In most cases, only one of many possible answers is listed. In
other cases, you’ll see additional information to help you solve the exercise.

Answers for Day 1

Quiz


  1. C is powerful, popular, and portable.

  2. The compiler translates C source code into machine-language instructions
    that your computer can understand.

  3. Editing, compiling, linking, and testing.

  4. The answer to this question depends on your compiler. Consult your
    compiler’s manuals.

  5. The answer to this question depends on your compiler. Consult your
    compiler’s manuals.

  6. The appropriate extension for C source files is .C (or .c).


49 448201x-APP F 8/13/02 11:22 AM Page 829

Free download pdf