A pointer constant is equivalent to a symbolic constant, in that the address stored in the pointer constant cannot be changed once it is set.
查看答案
Pointers are used to store addresses.
Which is the obtaining address operator in C ?
A. &
B. *
C. ->
D. .
What is the indirection operator?
A. &
B. *
C. ->
D. .
What dimensional array can be viewed as a book of data tables?
A. one
B. two
C. three
D. four