This commit is contained in:
2026-01-09 13:08:35 +01:00
parent fe3ff5ed37
commit 8e73b3cd27
3 changed files with 38 additions and 5 deletions

View File

@@ -103,8 +103,6 @@ int carre(int x)
}
```
---
## Les paramètres et arguments
* **Paramètres** : variables définies en entrée de la fonction
@@ -183,8 +181,6 @@ int signe(int x)
}
```
---
## 9. Bonnes pratiques
* Donner des noms explicites aux fonctions