Aktualizovat „du6/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-04-16 07:58:37 +00:00
parent 8b288fa260
commit 5b518ecd30

View File

@ -78,8 +78,8 @@ int main()
puts("Ziadne prihlasky");
return 0;
}
puts("Prijati studenti:");
for(int i = 0; i < SIZE; i++){
printf("Prijati studenti:\n");
for(int i = 0+1; i < 1+SIZE; i++){
if(pole_smernikov[i] != NULL){
printf("%s\n", pole_smernikov[i]);
} else{