C Programming Fundamentals

Casual Mode - Take your time!

1 / 14
Correct
0
Incorrect
0
Score
0%
Multiple Choice

There are some rules for declaring a variable in C language. Which of the following rules is/are not correct for declaring variables?

  1. The variable name cannot start with a digit.
  2. The variables cannot be a C keyword.
  3. They must begin with a character without spaces but underscore is not permitted.
  4. Both 1 and 3.
  5. None of these
Change Mode