Skip to main content

Null 

Share definition Flag
Amounting to nothing of significance
Null by Makeline June 15, 2017
Related Words

Null 

Share definition Flag
German for zero
And also I have seen it in YouTube.
Null Eins Zwie Drei 0123
Null by Vivbuscus July 7, 2015

NULL 

Share definition Flag
NULL - n., adj. - signifying the absance of data. Things such as character strings, and various types of numeric values can be described as "NULL" when they contain no data. (shadow:light::NULL:data)
ex.1:
<faceprint> we returned js->roomlist without setting it, so it was NULL

ex.2:
(In C++:
void function()
{
int variable;
}

'variable' would have a value of NULL until it is initialized, and 'function' would return NULL because it was created with a 'void' data type.)

ex.3:
"Your sister is soooo stupid, it's like she's NULL between the ears..."
NULL by Vorondil September 18, 2004

Null 

Share definition Flag
Programming term meaning empty or not set.
Pressing return on an empty web form returns null values.
Null by Chris Patterson November 9, 2007

null 

Share definition Flag
1. Of or relating to nothing; nothingness.
2. Javascript, when a propertie has the equalness of zero, etc.
1. My bedroom is just null.
2. The command prompt asked me to type my name. I hit 'Enter' without typing a name, and on the webpage, it said 'Hello, null! Welcome to my site!'

null 

Share definition Flag
Unfortunately nobody can be told what the NULL is…
NULL is the value that we can not define. This is special value used in db that is given to the field when no value was assigned. In practical life we can consider it as no value. It is not zero, it is not letter or any other character this is something that can not be used.
null by oc September 12, 2003
Next