Question 1 out of 6
What is the keyword used to declare a variable in C?
int
In C, the 'int' keyword is used to declare an integer variable.
Added to