Fin du cours de C
This commit is contained in:
parent
9de1751f71
commit
71db845fa7
1 changed files with 11 additions and 0 deletions
11
C/rappels.md
11
C/rappels.md
|
@ -79,3 +79,14 @@ typedef struct {
|
||||||
|
|
||||||
// Ici le type est tab et on ne crée en aucun cas une variable.
|
// 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
|
Loading…
Reference in a new issue