Q. '%b' in the Perl output statement used to?
β
Correct Answer: (B)
Print binary of a number
Explanation: The "%b" character sequence is used to print the number's hexadecimal conversion.