C

Asked • 06/03/19

Why is the asterisk before the variable name, rather than after the type?

Why do most C programmers name variables like this: int *myVariable;rather than like this: int* myVariable;Both are valid. It seems to me that the asterisk is a part of the type, not a part of the variable name. Can anyone explain this logic?

1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.