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