Multiple choice Which of the following statements is/are false in C language? A null pointer is a special pointer that does not point anywhere. We can declare the null pointer as int *a=NULL. We can declare the null pointer as int *a=0. NULL is also known as pre-processor macro. None of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, all are the true statements.