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

From Polyglot Club WIKI
Jump to navigation Jump to search
(Created page with "What is the meaning of "Null" in Latin? * null - having no legal or binding force; invalid.")
 
Line 1: Line 1:
What is the meaning of "Null" in Latin?
==Meaning of Null in Latin==
* null - having no legal or binding force; invalid.


 
==What is a null value in computer language?==
* null - having no legal or binding force; invalid.
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.

Revision as of 00:25, 5 June 2022

Meaning of Null in Latin

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

What is a null value in 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.