What is the result of the expression (6 - 2) * (1 + 2) in C?
A. 12
B. 18
C. 9
D. 4
Answer: Option A
A. 12
B. 18
C. 9
D. 4
Answer: Option A
What does the ++ operator do in C when applied to a variable?
A. Decrements by 1
B. Adds 1
C. Doubles the value
D. Leaves it unchanged
Join The Discussion