What is output by the following code: int x = 4 + 2 * 3; printf("Result: %i\n", x);
Result: 9
Result: 18
Result: x
Result: 10
Result: 14