DATA STRUCTURE
Programming and Technical
Programming
Technical
Differentiate NULL and VOID.
Read Solution (Total 3)
-
- null is actually a value or simply indicates empty value whereas void is a datatype identifier
- 9 years agoHelpfull: Yes(4) No(0)
- NULL pointer does not have any value and assigned to '0'. whereas void pointer is the storage location for any datatype.
- 9 years agoHelpfull: Yes(1) No(0)
- -the value null, it means that the variable isn't referring to any object.
- A void method is a method that doesn't return a value. - 6 years agoHelpfull: Yes(0) No(0)
DATA STRUCTURE Other Question