Null character

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 null character?

A null character is a character with a value of zero, often represented as '\0' in languages like C and C++. The null character is used as a special marker to indicate the end of a character string.