Consider the declaration: char arr [15]; What does arr point to?

1.3 Consider the declaration: char arr [15]; What does arr point to?
A) Starting address of the array
B) Size of the array
C) Ending address of the array
D) Number of elements in the array


Leave a Reply