Q. What is the priority of operators *, / and % in C language.? (A) * > / > % (B) % > * > / (C) Both % = / , * are same (D) All three operators *, / and % are same. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All three operators *, / and % are same.