Computer Science, asked by ms6510992, 5 months ago

An array name always start with​

Answers

Answered by rishisourav5
2

Hey Mate Here Is Your Answer..

In C , name of the array always points to the first element of an array. Here, address of first element of an array is &age[0]. Also, age represents the address of the pointer where it is pointing. Hence, &age[0] is equivalent to age.

Please Mark As Brainliest..

Answered by Anonymous
0

Answer:

all rules that apply to variable names apply to array names

Explanation:

Similar questions