Node:Questions for Chapter 3, Previous:Example comment, Up:The form of a C program



Questions for Chapter 3

  1. What is a block?
  2. Does a C program start at the beginning? Where is the beginning?
  3. What happens when a program comes to a } character? What does this character signify?
  4. What vital piece of punctuation goes at the end of every simple C statement?
  5. What happens if a comment is not ended? That is if the programmer types /* .. to start but forgets the ..*/ to close?