Aktualizovat „du6/program.c“
This commit is contained in:
parent
8b288fa260
commit
5b518ecd30
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user