C Program to check if given year is leap year or not

preview_player
Показать описание
Problem Definition: Write a C program to check given year is Leap Year or not.

Leap Year: A leap year is always divisible by 4 except century years and a century year is a leap year only if it is divisible by 400.

#CForBeginners #CProgramming #CProgram #LearnLetsEarn

🆓🆓🆓 Enroll in this Free Course 😍🚀

Get the Code 👨🏻‍💻

Official Website:

Follow us on Facebook:

Follow us on Instagram:
Рекомендации по теме
Комментарии
Автор

Upload operators in c, will appreciate your support.

mohdsahilali
Автор

It didn't work...
It keeps showing this part
else if(year % 4 == 0)
as incorrect

faisalalmahmud