Input / Output - Programming

Q1:

In a call to printf() function the format specifier %b can be used to print binary equivalent of an integer.

A True

B False

ANS:B - False

There is no format specifier named %b in c.