> cat test.cpp && g++ test.cpp #include void print_array (int[] a) { int laenge = sizeof(a) / sizeof(int); for (int i=0;i