b) Write a program segment to check whether the given year is leap year or not. (Should
be evenly divisible by 4 or 400 but not by 100).
Write a program segment to check whether the given year is leap year or not.
July 6, 2021 in C and CPP