From 393e0470015684c80d5875f7f3081bb43add3d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Mon, 30 Mar 2026 11:40:07 +0000 Subject: [PATCH] Aktualizovat a3/program.c --- a3/program.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a3/program.c b/a3/program.c index 1d411f1..7e9fea2 100644 --- a/a3/program.c +++ b/a3/program.c @@ -43,9 +43,9 @@ int compare(const void* p1, const void* p2) int main() { //helper/pomocne lokalne premeny - int studentsAmount; + int studentsAmount = 0; struct studentApplication student[STUDENT_SIZE]; - int i = 0; + int i = 0; //pomocny index char processedName[BUFFER_SIZE]; char processedSurname[BUFFER_SIZE]; char line[BUFFER_SIZE];