Multiple choice

Which of the following statements is/are false in C language?

  1. A null pointer is a special pointer that does not point anywhere.

  2. We can declare the null pointer as int *a=NULL.

  3. We can declare the null pointer as int *a=0.

  4. NULL is also known as pre-processor macro.

  5. None of the above

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

Yes, all are the true statements.