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.

Log in or register to write something here or to contact authors.