What does the error ‘Null Pointer Assignment’ means and what causes this error?
What does the error ‘Null Pointer Assignment’ means and what causes this error?
As null pointer points to nothing so accessing a uninitialized pointer or invalid location
may cause an error.
Comments
Post a Comment