Input / Output - Programming

Q1:

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

A True

B False

ANS:B - False

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