I am reading a book here that claims that there is no order of execution between * and / because they are on the same level. Is this true and does C calculate from left to right first the first class operators and then the second class operators?

At school we used to learn it differently and the book claims it should be the same as at school so it kind of confuses me.