Predict the output
#include stdio.h
void main()
{
char val=1;
if(val--==0)
printf("TRUE");
else
printf("FALSE");
}

Posted on by