Initialization

This commit is contained in:
Kozar 2024-04-25 20:58:37 +02:00
parent a8733cfb24
commit 8696372af4

View File

@ -55,7 +55,7 @@ int main() {
printf("%s\n", applications[j]);
}
if (count < i) {
if (count > i) {
printf("Neprijati studenti:");
for (; j < i; j++) {
printf("%s\n", applications[j]);