Can you pass part of an array?

For example, if I have an array of 4....can I pass the first half and then the second half in to a function? What I mean by half is like the first two elements and then the second two.

Hope this is clear enough for a general answer.

Thanks!