您在這裡

Exercises

11 二月, 2015 - 11:16

Exercise 22.5.1

Answer the following statements as either true or false:

  1. The address operator is the @ symbol.
  2. Passing by reference should be used when there is only one item to be modifed.
  3. Variables of pointer data type are defined using an asterisk.
  4. Using pointers with the indirection operator can be used instead of passing variables by reference.
  5. There are two kinds of dereferencing -- one with the indirection operator and the other with the index operator.