Discussion :: Input / Output
-
While calling the fprintf() function in the format string conversion specifier %s can be used to write a character string in capital letters.
Answer : Option B
Explanation :
The %s format specifier tells the compiler the given input was string of characters.
Be The First To Comment