<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at. The query string (? and beyond) may be truncated.>
<In what way does your code behave incorrectly? Include ALL error messages.>
<What do you expect to happen instead?>
```pythonReplace this line with your code.
(a) What is output by the following program?
#define x i+3
void main()
{
int j;
int i = 4;
j = i-x*(x-i);
printf("%d \n", j);
}
[
<do not remove the three backticks above>