What is the value of x in this C code?
void main() { int x = 4 *5 / 2 + 9; }
Answer: C
No answer description available for this question.