Nil pointer

Looking for a job?
Create a free profile and automatically get matched with companies that meet your requirements.
Get job offers
Looking for a developer?
Post your job today and get matched with skilled developers from Europe's #1 developer community.
Find out more

What is a nil pointer?

A nil pointer (also known as a null pointer) is a term used in computer programming to describe a pointer variable that does not point to a valid memory address or object. Instead, it points to a special reserved value, often represented as "nil," "null," or "nullptr," depending on the programming language.