Multiple choice

Which of the following backslash characters is called null character constant in 'C'?

  1. '\0'

  2. 'n'

  3. 't'

  4. '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.