Regarding second convention, I prefer typeName* variableName, under the logic that I'm declaring a variable named variableName of data type pointer-to-typeName. Both typename * variableName and...