Home »
MCQs »
Perl Programming MCQs
'%b' in the Perl output statement used to?
49. '%b' in the Perl output statement used to?
- Print backspace character
- Print binary of a number
- Print the statement in bold in web
- None of these
Answer: B) Print binary of a number
Explanation:
The "%b" character sequence is used to print the number's hexadecimal conversion.