Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

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.