typedef struct _student { char ime[MAX_IME]; char prezime[MAX_IME]; int ocena; } student; // Sortiranje studenata po oceni: void sort_po_oceni(student a[], int n) { int i, j; for(i=0; i