What is the output of the following code?
#includestdio.h
#define A printf("%c",122)
int main( )
{
if(A)
{
}

}

Posted on by