Discussion :: Input / Output
-
In a call to printf() function the format specifier %b can be used to print binary equivalent of an integer.
Answer : Option B
Explanation :
There is no format specifier named %b in c.
Be The First To Comment