Multiple choice technology

NULL character is

  1. X'40

  2. X'25'

  3. X'00'

  4. X'15'

  5. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

NULL character in hexadecimal representation is X'00' - this is the standard representation of a null byte (all bits zero) in computing systems.