21.
What is the result of the expression (10 + 2) / 2 in C?

22.
Which operator is used for inequality comparison in C?

23.
What is the result of the expression 2.5 + 2 in C?

24.
What is the result of the expression 8 % 4 in C?

25.
Which operator is used to perform a bitwise OR operation in C?

26.
What is the result of the expression 1 && 0 in C?

27.
What is the result of the expression 5 * (1 + 2) - 3 in C?

28.
Which operator is used to perform a bitwise XOR operation in C?

29.
What is the result of the expression (6 + 3) / 0 in C?

30.
What is the result of the expression 5 / 2.0 in C?