ICSE Class 10 Computer Applications Question 4 of 30

Solved 2025 Specimen Paper ICSE Class 10 Computer Applications — Question 4

Back to all questions
4
Question

Question 1(iv)

Identify the operator that gets the highest precedence while evaluating the given expression:

a + b % c * d - e

  1. +
  2. %
  3. -
  4. *
Answer

%

Reason% and * have the highest precedence. Since % appears first in the expression, it takes precedence during evaluation.