0

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

1 Answers1

6

In C and C++

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

All are same.

Gopi
  • 19,784
  • 4
  • 24
  • 36