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

    Null often pops up in legal and scientific contexts; it was originally used in Scottish law and still carries the meaning "having no legal or binding force," especially in the phrase "null and void."

  2. Null - Wikipedia

    Null character, the zero-valued ASCII character, also designated by NUL, often used as a terminator, separator or filler. This symbol has no visual representation.

  3. Null - Glossary | MDN

    Jul 11, 2025 · In computer science, a null value represents a reference that points, generally intentionally, to a nonexistent or invalid object or address. The meaning of a null reference varies …

  4. null, n.¹ meanings, etymology and more | Oxford English Dictionary

    What is the etymology of the noun null? null is a borrowing from Latin. Etymons: Latin nūllus.

  5. What Is Null? - Computer Hope

    Sep 7, 2025 · The concept of null and its significance in computing with our comprehensive definition, examples, and explanations. Learn how null differs from zero and empty.

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

    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 null . We …

  7. Null Definition & Meaning | YourDictionary

    Null definition: Having no legal force; invalid.

  8. What is Null? – A Concise Explanation of Its Meaning and Concept

    Mar 16, 2025 · Null indicates a state where nothing exists or no valid value is assigned. In programming, it is used to denote that a variable or a pointer does not reference any valid data.

  9. Definition of null | PCMag

    Nulls are naturally found in binary numbers when a byte contains all zeros, and they are used to pad fields (see padding). A null may function as a delimiter; for example, in C/C++, a null...

  10. Null Definition - What does null mean to a computer?

    Sep 26, 2022 · In the context of programming languages, a variable that has no value assigned is considered null. It may have been created without a value with the intention of adding one to it later, …