#include #include typedef struct Tanc { char tanc[15]; char poteklo[15]; } tanc; typedef struct Tancer { char ime[20]; char prezime[20]; tanc t1[5]; } tancer; void tancuvanje(tancer *t, int n, char *zemja) { int i,j; for(i=0;i