Aktualizovat „du6/program.c“
This commit is contained in:
parent
8b288fa260
commit
5b518ecd30
@ -78,8 +78,8 @@ int main()
|
|||||||
puts("Ziadne prihlasky");
|
puts("Ziadne prihlasky");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
puts("Prijati studenti:");
|
printf("Prijati studenti:\n");
|
||||||
for(int i = 0; i < SIZE; i++){
|
for(int i = 0+1; i < 1+SIZE; i++){
|
||||||
if(pole_smernikov[i] != NULL){
|
if(pole_smernikov[i] != NULL){
|
||||||
printf("%s\n", pole_smernikov[i]);
|
printf("%s\n", pole_smernikov[i]);
|
||||||
} else{
|
} else{
|
||||||
|
Loading…
Reference in New Issue
Block a user