Home / C Programming / Input / Output :: Discussion

Discussion :: Input / Output

  1. While calling the fprintf() function in the format string conversion specifier %s can be used to write a character string in capital letters.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The %s format specifier tells the compiler the given input was string of characters.


Be The First To Comment