hi there!!
i am trying to find out what are primary expressions and also can u help me on on the following line in this C program where the compiler is telling me that a primary expression before else?:
if ( x > 500);
{
printf (" %d months *** ", x);
}
else
printf (" %d months", x);
i am trying to find out what are primary expressions and also can u help me on on the following line in this C program where the compiler is telling me that a primary expression before else?:
if ( x > 500);
{
printf (" %d months *** ", x);
}
else
printf (" %d months", x);
Comment