ASCIIZ refers to a method of terminating character strings using the ASCII character numbered zero (known as NULL or NUL). This is is the method used by C and C++, where the \0 special character is known as the NULL terminator.