Questions about basic pointer usage - how are & and * operators called? - what does this line of code declare? int *p, v; - what about this one? int* p, v;