Difference between revisions of "Language/Latin/Vocabulary/Null"

From Polyglot Club WIKI
Jump to navigation Jump to search
Line 18: Line 18:


==What is a null value in a computer language?==
==What is a null value in a computer language?==
In multiple computer languages, Null is considered either a value or a constant. It is mainly found in the C++ and C++ languages, as well as in those close to Java, JavaScript or even PHP. Null means the state of a variable that has no value, that has not yet been initialized, or that of a pointer that has no target.
In multiple computer languages, Null is considered either a value or a constant. It found in computer languages like C++, Java, JavaScript, PHP and many others. Null means the state of a variable that has no value, that has not yet been initialized, or that of a pointer that has no target.

Revision as of 00:36, 5 June 2022

Null-in-latin-polyglotclub.png
Drapeau-Empire-Romain.jpg

Hi Latin learners! 😃

In today's lesson, we'll discover what is the meaning of "Null" in English, its translation in Latin and its meaning in computer science.

What is the Meaning of "Null" in English?

  • null - having no legal or binding force; invalid.

How do we translate "Null" in Latin?

  • nullus, irritus, inritus

What is a null value in a computer language?

In multiple computer languages, Null is considered either a value or a constant. It found in computer languages like C++, Java, JavaScript, PHP and many others. Null means the state of a variable that has no value, that has not yet been initialized, or that of a pointer that has no target.