Which of the following is type declaration statement in C?

A)
int bar
B)
s = s + 1
C)
king = horse + 1
D)
prin = prin * prin

Correct Answer : Option (A) :   int bar