From c273f8f41589b17eb318d41c9f431d90861e6824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Mon, 30 Mar 2026 08:02:27 +0000 Subject: [PATCH] Aktualizovat a3/program.c --- a3/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a3/program.c b/a3/program.c index 3dffcc0..f533b9a 100644 --- a/a3/program.c +++ b/a3/program.c @@ -53,7 +53,7 @@ int main() puts(student[i].name); } - for (int i = studentsAmount; student[i].meno[0] != '\0'; i++) + for (int i = studentsAmount; student[i].name[0] != '\0'; i++) { puts("Neprijati studenti:"); puts(student[i].name);