The GNU C Programming Tutorial - Questions for Chapter 3
Node:Questions for Chapter 3,
Previous:Example comment,
Up:The form of a C program
Questions for Chapter 3
- What is a block?
- Does a C program start at the beginning? Where is the beginning?
- What happens when a program comes to a
}
character? What does this
character signify?
- What vital piece of punctuation goes at the end of every simple C statement?
- What happens if a comment is not ended? That is if the programmer
types
/*
.. to start but forgets the ..*/
to close?