Next: , Previous: , Up: Function Definitions   [Contents][Index]


22.1.4 Arrays as Parameters

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.