是什么在C和C ++的情况下为(int * i)及(INT * I​​)之间的区别?

问题描述:

我发现,一些论坛上告诉这些性质不同。
所获得的输出,虽然类似

I find that some forums tell these are different in nature. the outputs obtained are though similar

在C和C ++

int *i;
int*i;
int* i;

所有相同。