Tuesday, December 8, 2009

Passing array parameters in Java and C

In Java:
int[] args

In C:
int args[]

No comments:

Blog Archive