C - Basics and Execution Environment
Which of the following is the correct way to declare an integer variable in C?
int is used to declare integer variables, followed by the variable name and a semicolon.int number;. Others use incorrect keywords or order.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions