1.
What is the result of the expression 5 + 7 * 2 in C?

2.
Which operator is used for logical OR in C?

3.
What does the ++ operator do in C when applied to a variable?

4.
Which operator is used for modulus division in C?

5.
What is the result of the expression 8 / 3 in C?

6.
What is the order of precedence of the arithmetic operators in C?

7.
What is the result of the expression 10 - 5 * 2 in C?

8.
Which operator is used for equality comparison in C?

9.
What does the sizeof operator return in C?

10.
What is the result of the expression (6 - 2) * (1 + 2) in C?