Skip to content
Snippets Groups Projects
Select Git revision
  • 4dc6ea86faadba210e7424e514b6178aed482cbc
  • main default protected
  • develop
3 results

progseq-dynamic_memory_allocation

Dario Genga's avatar
dario.genga authored
The program can permute the smallest value in the array with the last
one.
4dc6ea86
History

Tableaux unidimensionnels et allocation dynamique de mémoire

  • Class : Programmation séquentielle en C
  • Creation date : 9 novembre 2021
  • Description : 6e travail pratique

Makefile configuration

Compile the project

make

Use this command to compile the project.

Clean the project

make clean

Use this command to clean the project.