So none of my variables were saving so I made this simple code to check to see what was up and I dont know what to do

Code:
int main()
{
int x,y;
x=1;
y=1;
printf("%d %d", &x, &y);
}

Returns

2280676 2280672
----jGRASP cygwin wedge2: exit code for process is 15.
----jGRASP: operation complete.