A character that is all 0 bits. Also written as "NUL," it is the first character in the ASCII and EBCDIC data codes. In hex, it displays and prints as 00; in decimal, it may appear as a single zero in a chart of codes, but displays and prints as a blank space.
Nulls are naturally found in binary numbers when a byte contains all zeros, and they are used to pad fields (see padding). A null may function as a delimiter; for example, in C, a null character is inserted at the end of a character string to mark the end of the text.
Download Computer Desktop Encyclopedia to your PC, iPhone or Android.
THIS DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2012 The Computer Language Company Inc. All rights reserved.