Note: This question is about the position of the asterisk (*).
*
In most C code I see (e.g., in Beej\'s guide to network programming), all variable declar
The reason why C programmers tend to use one style while C++ programmers use the other style is quite simple: Kernighan & Ritchie used the "C style" in their book, while Stroustrup used the "C++ style" in his book.