Node:Questions for Chapter 2, Previous:Errors, Up:Using a compiler



Questions for Chapter 2

  1. What is a compiler?
  2. How does one run a C program?
  3. How does one usually compile a C program?
  4. Are upper and lower case equivalent in C?
  5. What are the two main kinds of error that can occur in a program?
  6. If you had some C source code that you wished to call "accounts", under what name would you save it?
  7. What would be the name of the executable file for the program in the last question?
  8. How would you run this program?