Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created July 9, 2020 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/bb54c9fc0d01a3edf166cb1fc016dc4c to your computer and use it in GitHub Desktop.
Save BMU-Verlag/bb54c9fc0d01a3edf166cb1fc016dc4c to your computer and use it in GitHub Desktop.
printf("Sortiertes Array:\n");
for(i = 0; i < arr_groesse; i++){
printf("%d ", arr[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment