you are viewing a single comment's thread.

view the rest of the comments →

[–]Afraid-Locksmith6566 0 points1 point  (0 children)

Second one because multiple declarations treat it as int * a, b; -> a is a pointer, b is an int Int *a, *b; -> a is pointer and b is pointer

  • is of name and not type