Aktualizovat du2/program.c

This commit is contained in:
Tomáš Vlček 2026-03-12 01:46:21 +00:00
parent 5b737476c2
commit 66c95c9166

View File

@ -25,8 +25,6 @@ int main() {
char najdPriezvisko [32];
int najdPocetHlasov = 0;
int x = 0;
char posledneMeno[SIZE];
posledneMeno[0] = '\0';
//array instancii struktur studentov
struct student DBStudenti[20];