What is the integer or double equivalent of the NULL character. That is, the integer that can be entered to represent NULL when using integers (supposing 0 is accepted as a valid integer and not a NULL).
imolorhe -6 Junior Poster in Training
Recommended Answers
Jump to PostOr a set would work, a set of the actual values would returned not found if you looked up a non-existing value.
On NULL it really only applies to pointers. It is a special representation for the platform that indicates that the pointer is invalid. The NULL pointer for …
Jump to PostWhat is the integer or double equivalent of the NULL...The computer checks the particular index in the array to know if it contains a value or not.
What we are talking about here is the null in the relational database world; the SQL NULL, which essentially says that "this information …
All 8 Replies
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
imolorhe -6 Junior Poster in Training
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
Banfa 597 Posting Pro Featured Poster
jonsca commented: Good one. +6
Ancient Dragon commented: great answer +35
vijayan121 1,152 Posting Virtuoso
Ancient Dragon commented: my first thought too :) +35
Red Goose 21 Junior Poster
mrnutty 761 Senior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.