pointer parameter where to put the asterix in C? code example Example: pointer parameter where to put the asterix in C? int* test; int *test; int * test;