anonymous
2012-05-16 18:57:34 UTC
#include
int main ()
{
int x=;
int y=;
if x=1, y=0;
printf ("what is x?");
scanf ("%d") x;
printf ("%d, ") y ;
return 0;
}
but it won't compile, I search and search but can't seem to find the reason why, please help