Sorry! Posting Assignment is allowed only for commercial accounts.
#include<stdio.h>int main ( ){ if ('X' > 'x' ) printf("ASCII value of X is smaller than that of x \n ") ;}