Multiple choice Among the following, which escape sequence, does not have any specific meaning? 't' 'a' 'b' 'c' Reveal answer Fill a bubble to check yourself D Correct answer Explanation Escape sequences in C start with a backslash. Common ones include \t (tab), \a (alert), and \b (backspace). There is no standard escape sequence \c.