A pointer that doesn’t refer to any address of value but NULL is known as a NULL pointer. When we assign a ‘0’ value to a pointer of any type, then it becomes a Null pointer.
BrindhaPrathaban Answered question June 26, 2023
In C, a null pointer is a variable that has no valid address and is allocated to zero or NULL
BrindhaPrathaban Answered question June 26, 2023
A null pointer is a variable that has no valid address and is allocated to zero or NULL.
Sandhya Answered question June 26, 2023
