diff --git a/TD1.c b/TD1.c new file mode 100644 index 0000000..ad408af --- /dev/null +++ b/TD1.c @@ -0,0 +1,41 @@ +#include +int dim=3; +int tab[3]; + +void afficherTableau (int tab [], int dim) +{ + int i ; + for (i=0;i