The practice of padding a number (or string) with zeros in order to match an expected number of characters or bytes.
The practice of padding a number (or string) with zeros in order to match an expected number of characters or bytes.
For example, if the expected length of a string is 6, the number '123' could be zero padded as '000123' in order to meet this expected length.