|
|
|||||
|
Get the Ebook
C Tutorial
Source Code
Function Reference
|
The many meanings of NULLThis tip submitted by Rajat Kochhar on 2005-05-22 08:12:00. It has been viewed 46015 times.Rating of 6.6 with 209 votes There are three uses of the word null: 1. A null pointer is a pointer which doesn't point anywhere. 2. A NULL macro is used to represent the null pointer in the source code. It has a value of 0 associated with it. 3. The ASCII NULL character has all its bits as 0 but doesn't have any relationship with the null pointer! More tips Help your fellow programmers! Add a tip!
Want to become a C++ programmer? The Cprogramming.com ebook, Jumping into C++, will walk you through it, step-by-step. Get Jumping into C++ today!
Popular pages
Custom Search
|
||||