Multiple choice The format string of printf() function can contain character, conversion specifications and escape sequences character, integers and floats strings, integers and escape sequences none of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation The format string in printf() can contain ordinary characters (which are printed), conversion specifications (starting with %), and escape sequences (like \n).