What is output ?
void main( ) 
    int i=107,x=5; 
    printf((x>7)?”%d”:”%c”,i); 

Posted on by