InterviewSolution
Saved Bookmarks
| 1. |
What Is The Value Of Null? |
|
Answer» The VALUE of NULL is 0 or (VOID*)0. Whenever NULL has to be compared with some VARIABLE or assigned to a variable, depending upon the type of that variable, the value of NULL will be decided. The value of NULL is 0 or (void*)0. Whenever NULL has to be compared with some variable or assigned to a variable, depending upon the type of that variable, the value of NULL will be decided. |
|