Multiple choice

Which of the following declarations in 'C' begins with '#' symbol?

  1. Variable

  2. Looping structure

  3. Preprocessor directive

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

 A preprocessor directive statement always begins with '#' symbol in 'C'.