Point out the errors, if any, in the following program :
#include<stdio.h>
int main ( )
{
          if ('X' > 'x' )
             printf("ASCII value of X is smaller than that of x \n ") ;
}

Posted on by