flowchart c program to check input year is leap year or not

C program to check input year is leap year or not(algorithm)
*correction: if year%4 and year%400 then its leap year else not

Comments

Post a Comment

Popular posts from this blog