Aktualizovat du2/program.c
This commit is contained in:
parent
b8de26520a
commit
dc32745368
@ -68,7 +68,7 @@ int main() {
|
|||||||
}
|
}
|
||||||
//malo by vypisovat zaznamy takto:
|
//malo by vypisovat zaznamy takto:
|
||||||
//10_Tomas_Vlcek
|
//10_Tomas_Vlcek
|
||||||
printf("%d %s", DBStudenti[i].pocetHlasov, DBStudenti[i].meno);
|
printf("%d %s %s", DBStudenti[i].pocetHlasov, DBStudenti[i].meno, DBStudenti[i].priezvisko);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user