Which of the following statements about array pointers is false?

A. Given an array, ary, the expression &ary[1] and the name of the array both represent the same location in memory.
B. The name of an array is a pointer constant to the first element.
C. When the name of the array is dereferenced, it refers only to the first element of the array.
D. We can use the name of an array anywhere we can use a pointer as long as it is being used as an rvalue.
E. The name of the array can be used as the operand on the right of an assignment expression as long as the left expression is a pointer variable.

Answer: A

Computer Science & Information Technology

You might also like to view...

What are the results of using a Boolean Internet search with leaves AND trees?

A) Search results can contain either of the two words. B) Search results can contain different types of trees. C) Search results can contain any words describing the leaves or trees. D) Search results must contain both words, leaves and trees.

Computer Science & Information Technology

True or false: The network address is another name for a layer 4 address.

a. True b. False

Computer Science & Information Technology