单项选择题

若有运算符:> 、*=、<<、%、sizeof,则它们按优先级(由低至高)的正确排列次序为( )。
A) *=<< > % sizeof B) << *= > % sizeof
C) %= > << sizeof % D) *= > << % sizeof