pointer parameter where to put the asterix in C?

C
int* test;
int *test;
int * test;
Source

Also in C: