Files

4 lines
76 B
C

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