Next: Functions That Accept Structure Arguments, 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.