Aktualizovat „du6/program.c“
This commit is contained in:
parent
9857b4e93b
commit
547a590ba2
@ -98,7 +98,7 @@ int main(){
|
||||
}
|
||||
//Print names
|
||||
if(newLines <= lines){
|
||||
printf("Prijati studenti:%s", string);
|
||||
printf("Prijati studenti:%s", array);
|
||||
for(int i = 0; i < newLines; i++){
|
||||
printf("%s\n", newNames[i]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user