#C program #Print the greater number of three input integer using Conditional Operator. In this program, greater number is find without using Conditional Statement(if ...
(yr%4==0) ? (yr%100!=0? printf("The year %d is a leap year",yr) : (yr%400==0 ? printf("The year %d is a leap year",yr) : printf("The year %d is not a leap year",yr ...