declare variable in c

C
int    i, j, k;
char   c, ch;
float  f, salary;
double d;

Source

Also in C: