[Solved] Why is p2 not a pointer type in declaration int* p1, p2;? [duplicate]
[ad_1] The simple answer that won’t help you much is that this is done for backwards compatibility with C, that has exactly the same syntax to define variables. The rationale for that design would have to come from the creators of C, and I don’t really know it. What I do know is that most … Read more