Solved

Which of the Following Is Not True

Question 2

Multiple Choice

Which of the following is not true?


A) a pointer can be assigned the address of an array
B) an array can be assigned the value in a pointer variable
C) if a pointer points to an array, it can be used in place of the array name
D) if a pointer points to an array, the pointer does not know how many elements are in the array.

Correct Answer:

verifed

Verified

Related Questions