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
Arrays can be declared either within or outside a function.