Which of the following statements mentioning the name of the array begins DOES NOT yield the base address?

Question: Which of the following statements mentioning the name of the array begins DOES NOT yield the base address?

[A].

A

[B].

A, B

[C].

B

[D].

B, 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.