Program to Check Leap Year in C (HINDI/URDU)

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024
  • Subscribe : bit.ly/XvMMy1
    Website : www.easytuts4yo...
    FB : / easytuts4youcom
    Program for Leap Year in C (HINDI)
    Program to Find Leap Year in C (HINDI)
    Program to Check Whether Year is Leap Year or Not

ความคิดเห็น • 159

  • @gopalchaudhary6170
    @gopalchaudhary6170 2 ปีที่แล้ว +1

    King of teaching for programming languages and coding ❤️🔥🙏

  • @InsightpediaOfficial
    @InsightpediaOfficial 6 ปีที่แล้ว +3

    brilliantly detailed explanation. bless u

  • @VideoLanxer
    @VideoLanxer 5 ปีที่แล้ว +9

    We request you to please compile and show your programs after every video.
    Thank you

  • @chandankumarsingh1859
    @chandankumarsingh1859 7 ปีที่แล้ว +1

    we missed you a lot sir..after much long time...

  • @motivyee
    @motivyee 6 ปีที่แล้ว

    According to the Gregorian calendar, it was Monday on the
    date 01/01/1900. If any year is input through the keyboard
    write a program to find out what is the day on 1st January of
    this year.

    • @VashishthMuniSingh
      @VashishthMuniSingh 6 ปีที่แล้ว

      hey! frnds..I have just started my channel where I upload C tutorial with example..once check it out ,,hope u will like it too..
      th-cam.com/video/wBAxrb2iUj0/w-d-xo.html

  • @debdutghosh7644
    @debdutghosh7644 6 ปีที่แล้ว

    i learn and teach with the help your program, thank can u give some example difference of ladder if and nested if

  • @walyaexpress
    @walyaexpress 7 ปีที่แล้ว +1

    Thnx sr

  • @mustafatahir981
    @mustafatahir981 7 ปีที่แล้ว +1

    nice logic of leap year

  • @varunrajkancharla1328
    @varunrajkancharla1328 7 ปีที่แล้ว

    Thank bro

  • @mohammadzubair8215
    @mohammadzubair8215 5 ปีที่แล้ว

    zabardast

  • @saiprasad4652
    @saiprasad4652 5 ปีที่แล้ว

    Why do we use 4,100,400 only.

  • @VideoLanxer
    @VideoLanxer 5 ปีที่แล้ว

    🙏🙏🙏

  • @abujafo8601
    @abujafo8601 7 ปีที่แล้ว

    please make a tutorial to find nearest leap year .or just give me the code ,,.....please

  • @kavitaindre932
    @kavitaindre932 5 ปีที่แล้ว

    Sir why we r using int with main function ?? Whats the need to use it there with main function??

    • @ravimeena3379
      @ravimeena3379 4 ปีที่แล้ว

      kavita indre bcoz year is a non decimal num that's why we using integer

  • @rakhibaghel9721
    @rakhibaghel9721 7 ปีที่แล้ว

    sir ye last me return 0 ka mean kiya hota h.

  • @sanjaydixit2776
    @sanjaydixit2776 5 ปีที่แล้ว +1

    Acha hai lekin kuch samaj nahi aya

  • @tirithramsahu8880
    @tirithramsahu8880 7 ปีที่แล้ว

    What mean of /t

  • @soumyadeepganguly8682
    @soumyadeepganguly8682 5 ปีที่แล้ว

    Why you divide with 100 ????

    • @anuj_27049
      @anuj_27049 3 ปีที่แล้ว

      100 se isliye divide karte hai kyuki sab se pehle hame pata lagana hota hai ki vo year century year hai ki nhi....
      maan lo tum 100 ki jagah direct 400 se divide karte huye start karo
      Agar year 400 se divide ho gya tab to thik hai vo century year hoga aur leap year bhi
      Lekin agar vo divide nhi hota hai tab vo year century year bhi ho sakta hai aur normal year(not a century year) bhi...
      Tab tumhe check to karna padega na ki vo year century year hai ki nhi kyuki normal year ke liye alag se conditions lagani hoti hai(divisible by 4 wali)...
      To abhi tum check karoge ki vo 100 se divisible hai ki nhi...agar divide ho gaya tab vo year leap year nhi hai kyuki vo starting me 400 se divide nhi huya tha
      Agar 100 se bhi divide nhi hua tab vo normal year hai...to simply divide kardo 4 se agar ho jaaye to leap year varna not a leap year
      Hope it will help you😁

  • @vishalkishore7043
    @vishalkishore7043 7 ปีที่แล้ว

    Bhai humne four hi kyu liya

  • @amanranjan2665
    @amanranjan2665 5 ปีที่แล้ว +2

    Logarithm bhi batado🙋🙋

  • @TheShamindra
    @TheShamindra 5 ปีที่แล้ว +1

    Dont follow he is teaching the wrong method . If a year we can divide by 4 an not by 100 will be a leap year only ...
    Which is ((year%4==0)&&(year%100!=0)||(year%400==0)
    This is the correct method

  • @AVINASHKUMAR-vo3cc
    @AVINASHKUMAR-vo3cc 6 ปีที่แล้ว +2

    what is the logic behind divided by 100,if we divided directy 400 to cheak leap year or not.Is it necessary to divide by 100,if yes then tell me reason

    • @AVINASHKUMAR-vo3cc
      @AVINASHKUMAR-vo3cc 6 ปีที่แล้ว

      also give example which is divisible by 400 and not by 100......

  • @arquamkhan2362
    @arquamkhan2362 5 ปีที่แล้ว +2

    Year 2100(source: Google) is a leap year
    But as per the program it is not
    TRY IT OUT EVERYONE

    • @sanchitkaushal2004
      @sanchitkaushal2004 4 ปีที่แล้ว

      Year 2100 is not a leap year.Check that again.

  • @shrutisharma2627
    @shrutisharma2627 6 ปีที่แล้ว +4

    logic is ....
    4 se divide hona chiye
    100 se ni
    Fr 400 se hona chiye

  • @DPITHYSYEDSALMANJALAL
    @DPITHYSYEDSALMANJALAL 3 ปีที่แล้ว +2

    Bahut khoob 👏👏👍

  • @stackingflow
    @stackingflow 7 ปีที่แล้ว +32

    You are just telling method. We want to know why we divide by 100 and 400.

    • @ZeeshanJamal23143124324
      @ZeeshanJamal23143124324 7 ปีที่แล้ว +2

      that's what I am wondering too

    • @OwaisITAcademy
      @OwaisITAcademy 7 ปีที่แล้ว +8

      Salam My dear Brother! Basically the reason to be divided by 100 and 400 is bascially we have two types of year one is century and and another is non century year! Century year are those years wich is divided by 100! like 1600 , 1700, 1800 and those century year which can be also divided by 400 and reminder should come in zero is called leap year! :)

    • @VashishthMuniSingh
      @VashishthMuniSingh 6 ปีที่แล้ว +1

      hey! frnds..I have just started my channel where I upload C tutorial with example..once check it out ,,hope u will like it too..
      th-cam.com/video/wBAxrb2iUj0/w-d-xo.html

    • @therailfanspot4991
      @therailfanspot4991 6 ปีที่แล้ว +2

      because every 100 th year is not a leap year and every 400 years is leap year

    • @trilokanathrout
      @trilokanathrout 6 ปีที่แล้ว +1

      Aniket Gaikwad 100 year bhi leap year he

  • @wajahatkhan9455
    @wajahatkhan9455 5 ปีที่แล้ว +3

    Bundle of Thanks.... Sir!:)

  • @kinggamer-bp9sl
    @kinggamer-bp9sl ปีที่แล้ว +1

    Excellent explaining 👏

  • @ankitgaur5226
    @ankitgaur5226 7 ปีที่แล้ว +7

    Sir Finally Long time back We Miss You sir

    • @easytuts4youcom
      @easytuts4youcom  7 ปีที่แล้ว +1

      We miss you too brother :)

    • @deepanshigupta5879
      @deepanshigupta5879 6 ปีที่แล้ว

      bakvas

    • @vikashtiwari2136
      @vikashtiwari2136 6 ปีที่แล้ว

      @@easytuts4youcom sir I want to start learning c language with vey basic level then what I do sir plz reply sir

  • @CodingGigs
    @CodingGigs 4 ปีที่แล้ว +1

    This video is amazing, you had explained everything very well. As am myself a Web Develper and I make youtube videos. I can say that you done a great job.

  • @chandrashekhar7596
    @chandrashekhar7596 7 ปีที่แล้ว +1

    बहुत अच्छा समझाया है इसके लिए बहुत बहुत धन्यवाद सर

  • @pinkug2481
    @pinkug2481 4 ปีที่แล้ว +1

    Thank you sir

  • @dkgupta1917
    @dkgupta1917 4 ปีที่แล้ว +1

    Thank you sir

  • @Official-Roman
    @Official-Roman 5 ปีที่แล้ว +1

    Thank u bhaii nakal karane k lye

  • @MukeshKumar-fz3sw
    @MukeshKumar-fz3sw 3 ปีที่แล้ว +1

    nice sir

  • @nandlalkewatkewat3578
    @nandlalkewatkewat3578 6 ปีที่แล้ว

    thanks sir

  • @ashishbhardwaj819
    @ashishbhardwaj819 6 ปีที่แล้ว +1

    Cramming the program will not be enough. Explain the logic behind this that why we divide by 100 and 400?

  • @sharanyaidapanur1752
    @sharanyaidapanur1752 5 ปีที่แล้ว +1

    Sir pls put every video related to programming, it is very difficult to us sir

  • @kumarsandeep549
    @kumarsandeep549 4 ปีที่แล้ว

    Par 100 aur 400 kqu divide kar rahe hai o hi nahi samagh aarahi?pleas reply

    • @anuj_27049
      @anuj_27049 3 ปีที่แล้ว

      100 se isliye divide karte hai kyuki sab se pehle hame pata lagana hota hai ki vo year century year hai ki nhi....
      maan lo tum 100 ki jagah direct 400 se divide karte huye start karo
      Agar year 400 se divide ho gya tab to thik hai vo century year hoga aur leap year bhi
      Lekin agar vo divide nhi hota hai tab vo year century year bhi ho sakta hai aur normal year(not a century year) bhi...
      Tab tumhe check to karna padega na ki vo year century year hai ki nhi kyuki normal year ke liye alag se conditions lagani hoti hai(divisible by 4 wali)...
      To abhi tum check karoge ki vo 100 se divisible hai ki nhi...agar divide ho gaya tab vo year leap year nhi hai kyuki vo starting me 400 se divide nhi huya tha
      Agar 100 se bhi divide nhi hua tab vo normal year hai...to simply divide kardo 4 se agar ho jaaye to leap year varna not a leap year
      Hope it will help you😁

  • @abhishekmahapatra9069
    @abhishekmahapatra9069 4 ปีที่แล้ว

    Sir what is the practical application, I say again "practical" application of this program in real life. Because we all know leap year comes once every four years. And also we know that you need to divide the year firstly by 4, then by 100 and finally by 400 to get yourself introduce to a leap year. Also we have both analog and digital calendars out there. 😊 So what is the real life application of this programming. We don't do coding just because we feel fun to do it but also to solve real life problems through it.
    Edit :- You are really doing a kind job sir continue doing the same. But before starting any coding video make us understand it's practical and real life experience. Coding is not juat a simulation it's a way to understand the universe. And the third language after Mathematics and Music to both understand and make universe understand our existence.
    Thank you 😊

  • @linus3k
    @linus3k 7 ปีที่แล้ว

    Can you please, do a full series on JavaScript. JavaScript with Node.JS, Express.JS is the newest and hottest technology. Now, JavaScript is the number one language and it has defeated Java. Thanks

  • @rekhasingh-xy2ow
    @rekhasingh-xy2ow 6 ปีที่แล้ว +1

    Sir I have a doubt leave the logic aside if 2980 is a leap year and leap year comes after every 4 years then why 3000 is not a leap year that comes after 20 years of 2980 which is a multiple of 4.... sir please reply

    • @VashishthMuniSingh
      @VashishthMuniSingh 6 ปีที่แล้ว

      hey! frnds..I have just started my channel where I upload C tutorial with example..once check it out ,,hope u will like it too..
      th-cam.com/video/wBAxrb2iUj0/w-d-xo.html

    • @umairijaz9679
      @umairijaz9679 5 ปีที่แล้ว

      a century year cannot be a leap year unless it is divisible by 400. Thus 1700, 1800, and 1900 were not leap years, but 1600, 2000, and 2400 are leap years

  • @vikasagarwal803
    @vikasagarwal803 5 ปีที่แล้ว

    Best explanation. Please do explain that in some leap years there is a gap of 8 years.
    Example 2096, 2100 and 2104. After 2096 the next leap year is 2104 because 2100 is not a leap year as it is not divisible by 400.

  • @uttampal5177
    @uttampal5177 7 ปีที่แล้ว +10

    1st view ,1st like :)

    • @easytuts4youcom
      @easytuts4youcom  7 ปีที่แล้ว +2

      Thank you :)

    • @uttampal5177
      @uttampal5177 7 ปีที่แล้ว +2

      Dear Sir...
      I am the biggest fan of your channel "Easytuts4you" and obviously of yours too: )
      I have viewed all the tutorials and I have learnt much more about C/C++
      ....
      thank you sir: )

    • @easytuts4youcom
      @easytuts4youcom  7 ปีที่แล้ว +3

      I appreciate your gesture brother :)

    • @uttampal5177
      @uttampal5177 7 ปีที่แล้ว +1

      A bundle of Special thanks for "easytuts4you" : ) .....

    • @duane10antao
      @duane10antao 7 ปีที่แล้ว +1

      The only reason I watch you videos because your video has 2 parts understanding the logic and then use it u you teach a person to think not execute like others keep the good work going 💪

  • @siddarthtamboli1285
    @siddarthtamboli1285 3 ปีที่แล้ว

    But sir 1900 is a leap year

  • @tanimjamansaikot8756
    @tanimjamansaikot8756 6 ปีที่แล้ว

    actually i not understood why you used 400,and in your tutorial have lot of advertisement it's very annoying

  • @ForThePeople9
    @ForThePeople9 7 ปีที่แล้ว

    sir convert the string "mY nAMe Is sANdeEP" into "My Name Is Sandeep" please reply me sir

  • @shifasultana9926
    @shifasultana9926 7 ปีที่แล้ว +1

    sir plz start a new series on raspberry phyton prgmming

    • @easytuts4youcom
      @easytuts4youcom  7 ปีที่แล้ว

      Sorry to say dear but we couldn't :( Now a days we're completing C++ and Java series after that we'll jump into DS.

  • @adeelbashir824
    @adeelbashir824 5 ปีที่แล้ว +1

    Here's the logic:
    Because every year that comes after 4 year ,100 year and 400 year from previous leap year is a leap year.
    FOR example if 2012 is a leap year then 2012+4=2016=leapyear,2012+100=2112=leapyear and 2012+400=2412 is also a leap year.

  • @ondemand9860
    @ondemand9860 2 ปีที่แล้ว

    Thanku sir

  • @ankushsonpakar9791
    @ankushsonpakar9791 4 ปีที่แล้ว

    #include
    int main(int argc, char const *argv[])
    {
    int year;
    printf("Enter the year");
    scanf("%d",&year);
    if(year==366)
    {
    printf("Leap Year ");
    }
    else{
    printf("Not a Leap Year");
    }
    return 0;
    }
    voo y/100 y/400 vale concepts to samjh nhi aaye par thik hai yrrr

    • @imdeadlock
      @imdeadlock 3 ปีที่แล้ว +1

      bhai isse ez user%4==0 krde 😂

  • @taslimkhan7235
    @taslimkhan7235 4 ปีที่แล้ว

    thanku so much sir.... very easy way explain gd job sir...

  • @ansarimohammedanas2876
    @ansarimohammedanas2876 3 ปีที่แล้ว

    Thank you very much sir for understanding this topic👍👍

  • @saroj2060
    @saroj2060 7 ปีที่แล้ว

    sir help me .... how can I use arrows key in c... I want user to use arrows key for input...

  • @awanarslan7880
    @awanarslan7880 7 ปีที่แล้ว

    sir please multiplication of two matrices with two dimention array sa karwa dan

  • @yogeshs5312
    @yogeshs5312 4 ปีที่แล้ว

    Bihar se Ho?

  • @Trader_1354
    @Trader_1354 7 ปีที่แล้ว

    sir aapka new idea program computer par kar k dikhna mujhe bahut achha laga aur phele se zadaa ab samajh mai aata hai thank you alot

  • @biprobhowmikjoy
    @biprobhowmikjoy 7 ปีที่แล้ว +2

    Thank You

    • @VashishthMuniSingh
      @VashishthMuniSingh 6 ปีที่แล้ว

      hey! frnds..I have just started my channel where I upload C tutorial with example..once check it out ,,hope u will like it too..
      th-cam.com/video/wBAxrb2iUj0/w-d-xo.html

  • @amanpreet6305
    @amanpreet6305 6 ปีที่แล้ว

    arre logic to samjhayo kii 400 aur 100 se divide kyu krte hai

  • @Bankey_Bihari_Sarkar_Vrindavan
    @Bankey_Bihari_Sarkar_Vrindavan 6 ปีที่แล้ว

    Very nice video sir... thanks a lot

  • @salmakhatun2084
    @salmakhatun2084 5 ปีที่แล้ว

    Q ham 4 se fir 100 she divide kre direct 400 hundred se bhi to kr skte h

  • @shahistashah9363
    @shahistashah9363 6 ปีที่แล้ว

    Thank u sir

  • @muhammadsaqlain3308
    @muhammadsaqlain3308 4 ปีที่แล้ว

    Thanks Sir this tutorial is very best.

  • @saiprasad4652
    @saiprasad4652 5 ปีที่แล้ว

    Tell me the reason how and y u use them in program

  • @shivanimalav6818
    @shivanimalav6818 5 ปีที่แล้ว

    Bhut sare salo ke bich me ik sath lipp year nikalna kese karenge

  • @preetisagar652
    @preetisagar652 7 ปีที่แล้ว +1

    vary nice video

  • @adityasalunkhe1288
    @adityasalunkhe1288 5 ปีที่แล้ว +1

    Thanks alot sir....it helped me alot

  • @ravikshdikola6089
    @ravikshdikola6089 6 ปีที่แล้ว

    Thank you sir for that video

  • @shoumikacharya8060
    @shoumikacharya8060 7 ปีที่แล้ว

    sir please make html videos

  • @prasannatangade4728
    @prasannatangade4728 6 ปีที่แล้ว

    osm yarr sir G.....

  • @mdaffanahmed8291
    @mdaffanahmed8291 7 ปีที่แล้ว

    I really liked your approach

  • @sakshimalviya5771
    @sakshimalviya5771 4 ปีที่แล้ว

    Very nicely explained

  • @amjadbugti6208
    @amjadbugti6208 6 ปีที่แล้ว

    How We Find Day.???

  • @-AnkurRajkhowa
    @-AnkurRajkhowa 4 ปีที่แล้ว

    Thanks a lot sir

  • @sarakaseri9275
    @sarakaseri9275 6 ปีที่แล้ว

    18/09/1982 answer

  • @kartikawandkar7032
    @kartikawandkar7032 5 ปีที่แล้ว

    very nicely explained

  • @sukantapadhi1745
    @sukantapadhi1745 7 ปีที่แล้ว +1

    Pura samaj main aagaya.....thnk q

  • @anujkondhalkar9776
    @anujkondhalkar9776 4 ปีที่แล้ว

    Thank You sir.

  • @vimlaarya2595
    @vimlaarya2595 7 ปีที่แล้ว

    thanks a lot sir....

  • @niraj1729.
    @niraj1729. 5 ปีที่แล้ว

    Thanks a lot sir

  • @arslanahmed5137
    @arslanahmed5137 6 ปีที่แล้ว

    very nice .....good

  • @GhaniEdu
    @GhaniEdu 6 ปีที่แล้ว

    it is soo helpfull

  • @studywithambikasingh8040
    @studywithambikasingh8040 6 ปีที่แล้ว

    very nice sir

  • @luckygupta9315
    @luckygupta9315 7 ปีที่แล้ว

    iske code mein 4,100,400 se hee ku divide krwaya hai year KO????

    • @easytuts4youcom
      @easytuts4youcom  7 ปีที่แล้ว +2

      Kyuki leap year har 4 sal me ata hai, jaha par year 366 dino ka hota hai. Lekin ye har 100 sal me nahi padta hai balki 400 sal me aata hai, isliye yaha par is logic ka istemal kiya gaya hai.

  • @mahekgala9141
    @mahekgala9141 7 ปีที่แล้ว

    Par 1900 mai February mai 29 days the toh leap year kyu nhi vo?

    • @easytuts4youcom
      @easytuts4youcom  7 ปีที่แล้ว +1

      1900 me February 29 ki nahi thi:
      www.calendar-12.com/calendar/1900

  • @omairiqbal1902
    @omairiqbal1902 7 ปีที่แล้ว

    thanks alot

  • @anshulkumar1884
    @anshulkumar1884 6 ปีที่แล้ว

    Sir 1998 me kitne keep year hoge

  • @luckygupta9315
    @luckygupta9315 7 ปีที่แล้ว

    sir,return 0 ku lagaya hai???

  • @mirtunjaysingh6261
    @mirtunjaysingh6261 7 ปีที่แล้ว +1

    Awsm sir

  • @mumer28
    @mumer28 5 ปีที่แล้ว

    sir why we divide it on 100 and 400 y\100 y\400

    • @anuj_27049
      @anuj_27049 3 ปีที่แล้ว +1

      100 se isliye divide karte hai kyuki sab se pehle hame pata lagana hota hai ki vo year century year hai ki nhi....
      maan lo tum 100 ki jagah direct 400 se divide karte huye start karo
      Agar year 400 se divide ho gya tab to thik hai vo century year hoga aur leap year bhi
      Lekin agar vo divide nhi hota hai tab vo year century year bhi ho sakta hai aur normal year(not a century year) bhi...
      Tab tumhe check to karna padega na ki vo year century year hai ki nhi kyuki normal year ke liye alag se conditions lagani hoti hai(divisible by 4 wali)...
      To abhi tum check karoge ki vo 100 se divisible hai ki nhi...agar divide ho gaya tab vo year leap year nhi hai kyuki vo starting me 400 se divide nhi huya tha
      Agar 100 se bhi divide nhi hua tab vo normal year hai...to simply divide kardo 4 se agar ho jaaye to leap year varna not a leap year
      Hope it will help you😁

  • @shadabkhanpathan1147
    @shadabkhanpathan1147 6 ปีที่แล้ว

    Good job sir ji

  • @fataikasanagujjar5220
    @fataikasanagujjar5220 6 ปีที่แล้ว +1

    Hi sir...
    You are Great.....
    Sir I have watched almost all your videos about C programming...sir the video lectures are Superb....
    If anybody of mine friend have problems in C then I will suggest that to watch video lectures on 'Easytuts4u' on their respective topics....
    This is the first time I started to learn programming(C), initially I have problems & I was afraid that whether I am able to learn C or not.....
    Then one day when I browsing about C programming on TH-cam then I found Great-Superb-Wonderful-Amazing-video tutorials on C....
    Sir I had watched the videos....all the things are explained in a very very very Simplest way - so that if somebody learns 1st time then probably he wouldn't get any problems after watching Your Video Lectures...........
    Dear Sir thanks for creating such wonderful Video Lectures........🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗😁😁😁😁😁😁😁🙏🙏🙏🙏🙏🙏🙏🙏🙏👆👆👆👌👌👌👌👌👌👌👍👍👍👍👍👍👍👍👍👍👍👍👍✌️✌️✌️✌️✌️✌️✌️✌️✌️👍👍👍👍👍👏👏👏👏👏👋👋👋👏👏
    Sir you are Great.......
    Sir pls keep posting videos on C... & On other programming languages also....
    But now I'm learning C that's why my Focus is now at on C.......
    Sir actually I wanted to be that you will create a one more Video in C - 'Program in C to check whether the given Number is Neon or Not' (Neon no.= Sum of Digits of Square of a Given no. is equal to the Given no.)...........
    Sir pls keep posting Videos about C programming....................
    Thanks............
    👏👏👏👏👏👏👏👏👏👏👏👌👌👌👌👌👌👌🏼👌👌🏻🤙🤙🤙🤙🤙🤙🤙🤙👌👌👌👌👌👌🏼👌👌👌👌👌👌🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏Infinity.....

  • @shreyassanthosh6532
    @shreyassanthosh6532 6 ปีที่แล้ว

    👍👍

  • @seemaranjan7754
    @seemaranjan7754 6 ปีที่แล้ว

    nhi samjh m aa rha

  • @Hannu337
    @Hannu337 5 ปีที่แล้ว

    Y u divided year by 100...sir plz give me the rply

    • @anuj_27049
      @anuj_27049 3 ปีที่แล้ว

      100 se isliye divide karte hai kyuki sab se pehle hame pata lagana hota hai ki vo year century year hai ki nhi....
      maan lo tum 100 ki jagah direct 400 se divide karte huye start karo
      Agar year 400 se divide ho gya tab to thik hai vo century year hoga aur leap year bhi
      Lekin agar vo divide nhi hota hai tab vo year century year bhi ho sakta hai aur normal year(not a century year) bhi...
      Tab tumhe check to karna padega na ki vo year century year hai ki nhi kyuki normal year ke liye alag se conditions lagani hoti hai(divisible by 4 wali)...
      To abhi tum check karoge ki vo 100 se divisible hai ki nhi...agar divide ho gaya tab vo year leap year nhi hai kyuki vo starting me 400 se divide nhi huya tha
      Agar 100 se bhi divide nhi hua tab vo normal year hai...to simply divide kardo 4 se agar ho jaaye to leap year varna not a leap year
      Hope it will help you😁

    • @Hannu337
      @Hannu337 3 ปีที่แล้ว

      @@anuj_27049 tq....so much...anuj....now I understood.......tq for ur effort and help...

    • @anuj_27049
      @anuj_27049 3 ปีที่แล้ว

      @@Hannu337 Welcome bro

  • @studywithambikasingh8040
    @studywithambikasingh8040 6 ปีที่แล้ว

    or video upload

    • @VashishthMuniSingh
      @VashishthMuniSingh 6 ปีที่แล้ว

      hey! frnds..I have just started my channel where I upload C tutorial with example..once check it out ,,hope u will like it too..
      th-cam.com/video/wBAxrb2iUj0/w-d-xo.html

  • @theshadowking4787
    @theshadowking4787 6 ปีที่แล้ว

    nice

    • @VashishthMuniSingh
      @VashishthMuniSingh 6 ปีที่แล้ว

      hey! frnds..I have just started my channel where I upload C tutorial with example..once check it out ,,hope u will like it too..
      th-cam.com/video/wBAxrb2iUj0/w-d-xo.html

  • @paulraj2492
    @paulraj2492 6 ปีที่แล้ว

    thanks sir
    smaj aagaya

    • @paulraj2492
      @paulraj2492 6 ปีที่แล้ว

      is ma ek dout tha
      is ma compulsary ha kya
      100 sa aur 400 sa divide krna ha

  • @suBham8785
    @suBham8785 7 ปีที่แล้ว

    Sir thoda galat h programme

  • @sainathreddy3563
    @sainathreddy3563 7 ปีที่แล้ว +1

    Y to take only 4 100 and 400

    • @VashishthMuniSingh
      @VashishthMuniSingh 6 ปีที่แล้ว

      hey! frnds..I have just started my channel where I upload C tutorial with example..once check it out ,,hope u will like it too..
      th-cam.com/video/wBAxrb2iUj0/w-d-xo.html