Solved

Which of the Following Best Describes the Array Name N

Question 8

Multiple Choice

Which of the following best describes the array name n in the declaration int n[10];?


A) n is a nonconstant pointer to nonconstant data.
B) n is a nonconstant pointer to constant data.
C) n is a constant pointer to nonconstant data.
D) n is a constant pointer to constant data.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions