Node:Questions for Chapter 14, Previous:Arrays as Parameters, Up:Arrays
Questions for Chapter 14
- Declare an array of type
double
, measuring 4 by 5 elements. - How do you pass an array as a parameter?
- When an array parameter is received by a function, does C allocate space for a local variable and copy the whole array to the new location?
- What does it mean to say that one dimension of an array "varies fastest"?
- Which dimension of an array varies fastest, the first or the last?