Variables in C programming Q - 2

Last Updated :
Discuss
Comments

Which of the following is the correct way to declare an integer variable in C?

x int;

int x;

integer x;

x = int;

Share your thoughts in the comments