¢@+What is the escape sequence for a new line?\t\n\a\b)Day 7 "Fundamentals of Input and Output"\n&What is the escape sequence for a tab?\t\n\a\b)Day 7 "Fundamentals of Input and Output"\t,What is the escape sequence for a backspace?\\\'\b\a)Day 7 "Fundamentals of Input and Output"\bMWhat is the percent sign followed by a single character in a printf function?escape sequenceliteralstringconversion specifier)Day 7 "Fundamentals of Input and Output"conversion specifierJWhen using the printf function in a C program, what file must be included?string.htime.hstdio.hmemory.h)Day 7 "Fundamentals of Input and Output"stdio.h