Example & Tutorial understanding programming in easy ways.

What is the difference between NULL and VOID?

- Null is actually a value, whereas Void is a data type identifier.

- A null variable simply indicates an empty value, whereas void is used to identify pointers as having no initial size.

Read More →