String Zero
Jump to navigation
Jump to search
cnaouc4t
String Zero commonly referred to as "sz" or "Null-Terminated String" is a string followed by a null character.
In C++, the escape character for null is
\0
.
cnaouc4t
String Zero commonly referred to as "sz" or "Null-Terminated String" is a string followed by a null character.
In C++, the escape character for null is
\0
.