Home / C Programming / Input / Output :: Discussion

Discussion :: Input / Output

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

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    There is no format specifier named %b in c.


Be The First To Comment