Operators & Expressions Quiz

Complete this assessment with 100% score to master this chapter.

01What is the result of the expression '5 / 2' in C if both are integers?

02Which bitwise operator is used to set a specific bit without affecting others?

03In the expression 'x = a++', if a is 5, what are the values of x and a after execution?

04Which operator has the highest precedence among the following?

05What is the result of the logical expression '(5 > 3 && 2 > 4)'?