#include void print_array(int a[5]) { /* ОШИБКА! Размер массива теряется */ int size = sizeof(a)/sizeof(int); for(int i=0; i