What is the purpose ot initializing an array?
Answers
Answered by
0
When a function parameter is declared as an array, the compiler treats the declaration as a pointer to the first element of the array. For example, if x is a parameter and is intended to represent an array of integers, it can be declared as any one of the following declarations: int x[]; int *x;int x[10];
Similar questions
English,
7 months ago
English,
7 months ago
Social Sciences,
1 year ago
Computer Science,
1 year ago
Physics,
1 year ago