#include void printArr(short b[2]) { printf("%d %d\n",b[0],b[1]); }