Multiple choice Which of the following backslash characters is called null character constant in 'C'? '\0' 'n' 't' 'b' Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is the backslash null character constant used to indicate end of the character array or string.