Q. Which escape sequence is used to print hexadecimal of a number in Perl?
β
Correct Answer: (D)
%x
Explanation: The "%x" character sequence is used to print the number's hexadecimal conversion.