📚 Practice Mode
C Programming Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 14
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?
- The variable name cannot start with a digit.
- The variables cannot be a C keyword.
- They must begin with a character without spaces but underscore is not permitted.
- Both 1 and 3.
- None of these