Once Again, My Questions is so simple that it's even in the FAQ. My question is, is there a difference between these three statements?

int* i
int * i
int *i

I've seen all three around, and from what I've read I think they're all saying the same thing, but I want to be sure.

Eric