Multiple choice Which of the following statements is false in C language? Auto keyword is necessary to declare the automatic variables. By default, the variables declared are called automatic variables. Static variables can be accessed till the end of the program. External variables can be accessed till the end of the program. None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation It is not a mandatory condition to declare the automatic variables by using auto keyword.