What is a nulll poi…
 
Notifications
Clear all

What is a nulll pointer ?

1 Posts
2 Users
0 Likes
139 Views
0
Topic starter

Null Pointer

1 Answer
0

A null pointer is a pointer which points nothing. Some uses of the null pointer are: a) To initialize a pointer variable when that pointer variable isn’t assigned any valid memory address yet. b) To pass a null pointer to a function argument when we don’t want to pass any valid memory address

Share: