Review Note
Last Update: 11/04/2024 04:32 PM
Current Deck: ethanki::SPCA::C
Published
Fields:
Front
How do Booleans work in C?
Back
always just an integer:
- False → zero
- True → anything non-zero
- negation: “!”
in C99: #include <stdbool.h> to have bool type
Tags:
Suggested Changes:
Deck Changes (Suggestion to move the Note to the following Deck):
Field Changes:
Tag Changes: