Multiple choice technology NULL character is X'40 X'25' X'00' X'15' 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.