Jump to content

Bool: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 March 2025

  • curprev 20:5920:59, 24 March 2025 Robertvokac talk contribs 214 bytes +214 Created page with "Bool is primitive data type holding 2 possible values: true or false. == Disadvantages == The data type bool allocates 8 bits of memory, but only one bit is needed, this is wasteful. == Alternatives == Bit fields" Tag: Visual edit