Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update 11.6.c
  • Loading branch information
VAIBHAV-25 authored Oct 1, 2019
commit ad6f0b7edc88765c5af9a414d5dcf1fd83377c29
2 changes: 1 addition & 1 deletion 11.6.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int main(){
qsort(array, n_values, sizeof(int), compare_integers);

for (i = 0; i < n_values; i++) {
printf("%d\n", array[i]);
printf("...%d...\n", array[i]);
}

free(array);
Expand Down