Next: Structs as Parameters, Previous: Static Functions, Up: Function Definitions [Contents][Index]
Arrays in C are not first-class objects: it is impossible to copy them. So they cannot be passed as arguments like other values. See Limitations of C Arrays. Rather, array parameters work in a special way.
| • Array Parm Pointer | ||
| • Passing Array Args | ||
| • Array Parm Qualifiers |