About 26,600 results
Open links in new tab
  1. Boolean data type - Wikipedia

    In computer science, the Boolean (sometimes shortened to Bool) is a data type that has one of two possible values (usually denoted true and false) which is intended to represent the two truth values …

  2. bool in C - GeeksforGeeks

    Jan 10, 2025 · The bool in C is a fundamental data type in most that can hold one of two values: true or false. It is used to represent logical values and is commonly used in programming to control the flow …

  3. Boolean logical operators - AND, OR, NOT, XOR

    Jan 24, 2026 · The logical Boolean operators perform logical operations with bool operands. The operators include the unary logical negation (!), binary logical AND (&), OR (|), and exclusive OR (^), …

  4. BOOL Definition & Meaning - Merriam-Webster

    The meaning of BOOL is dialectal variant of bowl.

  5. What Is a Boolean? - Computer Hope

    Jun 1, 2025 · In computer science, a boolean or bool is a data type with two possible values: true or false. It is named after the English mathematician and logician George Boole, whose algebraic and …

  6. What's the difference between "bool" and "bool?"?

    Oct 5, 2016 · The ? symbol after a type is only a shortcut to the Nullable type, bool? is equivalent to Nullable<bool>. bool is a value type, this means that it cannot be null, so the Nullable type basically …

  7. Python Booleans - W3Schools

    Booleans represent one of two values: True or False. In programming you often need to know if an expression is True or False. You can evaluate any expression in Python, and get one of two …

  8. What Is a Boolean Data Type, and What Are Some Uses? - SitePoint

    Apr 25, 2021 · Learn what the Boolean data type is, and how to use it in programming. This article details the definition of a Boolean data type and explains its use in programming languages such as …

  9. bool - Wiktionary, the free dictionary

    Feb 15, 2026 · Noun bool (plural bools) (programming) A Boolean variable (one whose value is either true or false).

  10. Bool - Go from 0 to 1 | Bool - Go 0 to 1 with AI Coding

    Go from 0 to 1. Describe your idea or deploy from the CLI — Bool builds, hosts, and ships it live in under a minute.