diff --git a/C/rappels.md b/C/rappels.md index becbde3..7b58da5 100644 --- a/C/rappels.md +++ b/C/rappels.md @@ -79,3 +79,14 @@ typedef struct { // Ici le type est tab et on ne crée en aucun cas une variable. ``` +# Opérateurs Logiques + +``` +& logique bits à bits +&& bits à bits + +| OU Logique Bitsà bits +|| OU Logique + +^ OU bit à bit exclusif +^^ OU Bits à bit \ No newline at end of file