Aktualizovat du2/program.c

This commit is contained in:
Tomáš Vlček 2026-03-11 23:15:41 +00:00
parent 78423171fb
commit 2f6528ce7b

View File

@ -67,7 +67,7 @@ int main() {
} }
//malo by vypisovat zaznamy takto: //malo by vypisovat zaznamy takto:
//10_Tomas_Vlcek //10_Tomas_Vlcek
printf("%d %s", DBStudent[i].pocetHlasov, DBStudent[i].meno); printf("%d %s", DBStudenti[i].pocetHlasov, DBStudenti[i].meno);
} }
return 0; return 0;
} }