11.
Which operator is used to access the value stored at a pointer address in C?

12.
What is the result of the expression 7 / 2 in C?

13.
What is the result of the expression 5 % 3 in C?

14.
Which operator is used for logical NOT in C?

15.
What is the result of the expression 10 / 0 in C?

16.
Which operator is used for assignment in C?

17.
What is the result of the expression 3 * (4 + 2) in C?

18.
Which operator is used to perform a bitwise AND operation in C?

19.
What is the result of the expression 5 / 2 in C?

20.
What is the order of precedence of the logical operators in C?