void Sizeof(int array[]) { int i = sizeof(int); int j = sizeof(array); }