Question: Which of the following statements mentioning the name of the array begins DOES NOT yield the base address?
[A].A
A, B
B
B, D
[A].
[B].
[C].
[D].
Answer: Option B
Explanation:
The statement 1 and 2 does not yield the base address of the array. While the scanf() and printf() yields the base address of the array.