Which of the following is the correct way to declare an integer variable in C?
x int;
int x;
integer x;
x = int;
This question is part of this quiz :