void function(int i[]) // size of array must be specified { } void main() { int i[2]; function(i); }