What is a null pointer, and how do you check for it in C?
Respuesta de la entrevista
Anónimo
22 ago 2024
A null pointer is a pointer that doesn't point to any valid memory address. It is often used to indicate that a pointer is not initialized or intentionally points to nothing