I read this in a book.

Code:
apple = sizeof (int) * p;
I tested the code and found out that it's sizeof integer multiplied by p. Can you some explain the precedence order of this?

thanks alot.