→ an exception to the 'call-by-value' parameter passing in C!
int total, vec[20]; … total = sum(vec);
Within the function …