

InterviewSolution
Saved Bookmarks
1. |
While calling the function in the format string conversion specifier can be used to write a character string in capital letters. |
Answer» The %s format specifier tells the compiler the given input was string of characters. | |