C Program to check leap year

preview_player
Показать описание
C Program to check whether a given year is leap year or not.
Write a program to check leap year. Very common question asked in various academic level exams.
Usually students are unaware with the correct definition of leap year. Here is the correct definition and C program to check leap year

Like, Comments, Share and SUBSCRIBE

Рекомендации по теме
Комментарии
Автор

Many of us can get program from other resources but for logic do watch full video with full concentration guys....

sudarshanmhaisdhune
Автор

First part of video -strong logic
Loved it & lovely explanation sir

AmanSingh-qcrk
Автор

Aap to mere mazher sir ki tarha padha rahe he totally bounce thanks for confusingly vedio

husainabbas
Автор

Shukla Saheb namaste.
I had been banging my head to get some simple way to learn programming but was unsuccessful. Today I came across your clip on how to choose your program and that's exactly what I wanted. The five languages i.e. kotlin and ending on javascript was exactly what I wanted. Everyone was emphasising to select your own but the way you explained you boosted me with great motivation.
I also went thru your biography and salute you for your down to earth personality. I am already your subscriber and would pay to become premium member.
I am damn confident I would get all my mind boggling questions answered by you as I am totally new to programming but am determined to make it my passion and career inspite of being quite aged. Wish you best of health and best of luck. Anyone would be happy to have a mentor as you and so am I. Best regards.
Zia Nizami.

zianizami
Автор

good luck for your new c language series

mayankk
Автор

Thanks you sir...
For doing such a great work...

vinodsonkar
Автор

sir, your videos really clear the concepts
anyone can do this way also , just need to know the use of logical AND and logical OR operators. makes it more efficient

int yr;

printf("it is a leap year");
else
printf("The year entered is not a leap year");

dhrubajyotiroy
Автор

Sir can you tell me
What software you are using to run c programming. Because I am using turboc++ but i am phasing some problem . So request to you please tell me

sanjaykumar-gzzg
Автор

Thanks sir ase sir hona chiye to student ki life ban jaye

vikasarya
Автор

Hello Sir,
I have Properly understood Logic from your video.
But sir I would like to tell my logic about leap year Program...

If Sir We do only if( year %4==0 ) then It is a Leap year else It is a not Leap year.
Sir tell me if it is wrong.

Thank you Sir.

heetdoshi
Автор

Started Coding journey by Your support ❤❤

rajrai
Автор

Sir give me an answer ..kya hum only 4 se devide karke nahi like sakte.kyoki Jo bhi 4 seedevide hoga vo 400 bhi hoga or 100 sebhi hoga...

shahdivya
Автор

Sir par programming tho #include<stdio.h> seh start hota hai na par?

Rahul-vevn
Автор

Sir Thanks for you 2nd show programming in C

Rahul_creations
Автор

10:08 wo else condition me vaha par agar hamne %4 ki place par %400 le liya to chalega?

onkarta
Автор

thanks!!
new logic added in my knowledge:y%4

Patel_jishan
Автор

sir, plzzz reply.. I'm a big fan of yours

swarnavachatterjee
Автор

Sir, I have a doubt . If a number is divisible by 400 then it is also divisible by 100 and 4 then why should we write them saperately? We can use 400 only. I learn C language from your video course .

Jaswantsingh-oeub
Автор

sir, you teach difficult things in the most simplest way!!

swarnavachatterjee
Автор

10th 50%
12th 46.6
BCA 67.6
Can i eligible all University mca exam
Because my 12th marks less than

ccAryan