About 4,030,000 results
Open links in new tab
  1. NULL Definition & Meaning - Merriam-Webster

    The meaning of NULL is having no legal or binding force : invalid. How to use null in a sentence. Did you know?

  2. NULL | English meaning - Cambridge Dictionary

    NULL definition: 1. having no legal force: 2. with no value or effect: 3. (of a set or matrix) containing nothing…. Learn more.

  3. null - JavaScript | MDN - MDN Web Docs

    5 days ago · The null value represents the intentional absence of any object value. It is one of JavaScript's primitive values and is treated as falsy for boolean operations.

  4. ?? and ??= operators - null-coalescing operators - C# reference

    Apr 4, 2025 · The null-coalescing operator ?? returns the value of its left-hand operand if it isn't null; otherwise, it evaluates the right-hand operand and returns its result.

  5. A quick and thorough guide to ‘null’: what it is, and how you ...

    Jun 12, 2018 · null is a fundamental concept in many programming languages. It is ubiquitous in all kinds of source code written in these languages. So it is essential to fully grasp the idea of …

  6. NULL Definition & Meaning | Dictionary.com

    Null definition: without value, effect, consequence, or significance.. See examples of NULL used in a sentence.

  7. Null - Wikipedia

    Null (SQL) (or NULL), a special marker and keyword in SQL indicating that a data value does not exist, is not known, or is missing. Null character, the zero-valued ASCII character, also …