C Program to check even or odd without modulus and bitwise operator

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

Комментарии •

  • @majidmehmood7159
    @majidmehmood7159 8 лет назад +8

    Feeling Happy bcz i used this logic one year ago and i was feeling that this logic is new one that i introduce . Now when you are using this logic i am double happy . bcz me and my teacher ( Suarab sir) are using same logic ....

  • @Raju_Sharma852
    @Raju_Sharma852 2 года назад +1

    I made the same program without looking at the video. And when i looked at the solution i was amazed, it was same as this one 😂😂

  • @sonamchauhan2968
    @sonamchauhan2968 4 года назад +1

    Great SirG 😁😊

  • @shrishtripathi6764
    @shrishtripathi6764 7 лет назад +3

    Tricky use of c rules😊

  • @shinzoraghav345
    @shinzoraghav345 4 года назад

    woow sir unique solution.

  • @kumarshashawat642
    @kumarshashawat642 5 лет назад +1

    what an idea sirG

  • @mansisahu6594
    @mansisahu6594 4 года назад +1

    Thanks sir 😊

  • @ujjawalkumarsingh5298
    @ujjawalkumarsingh5298 7 лет назад +1

    Excellent sir

  • @tayyabahmed46
    @tayyabahmed46 5 лет назад

    You are great sir!

  • @VinodPatel-tn1hf
    @VinodPatel-tn1hf 7 лет назад +1

    sir plz tell me which specific maths chapter should i learn that can help me in programming ?

  • @statusu-ff4jx
    @statusu-ff4jx 5 лет назад

    Thank you sir you greatsir

  • @mayurdas9285
    @mayurdas9285 7 лет назад +1

    Thank you sir :-)

  • @umargul5644
    @umargul5644 3 года назад

    Great

  • @electronicadnan7344
    @electronicadnan7344 7 лет назад

    Thank you sir ji

  • @shubhampanda7180
    @shubhampanda7180 6 лет назад

    Which software you are using??

  • @h1teshhhhh
    @h1teshhhhh 4 года назад

    Amazing

  • @ayushbansal1887
    @ayushbansal1887 8 лет назад

    hello sir. i am a big follwer of yours are you making a python in hindi series in future.

  • @amandeepsinghania9112
    @amandeepsinghania9112 6 лет назад +1

    int main()
    {
    int x,y,z;
    printf("enter the number");
    scanf("%d",&x);
    if(y=x/2 & z=y*2)
    {
    if(x==z)
    printf("even number");
    else
    printf("odd number");
    }
    return 0;
    }
    i m finding error in 1st if statement

  • @bareetsingh
    @bareetsingh 5 лет назад

    Thanx Sir

  • @gambheerrawat9667
    @gambheerrawat9667 8 лет назад

    bravo.........

  • @Kushawaha14
    @Kushawaha14 7 лет назад

    Good...

  • @yashagarwal000
    @yashagarwal000 6 лет назад

    Hello sir...can u please tell me why bodmas rule is not followed in this case?

    • @ammar_anwar
      @ammar_anwar 6 лет назад

      Yash agarwal see the lectures of sir ...... Arithmetic Instructions

  • @ronakvachhani668
    @ronakvachhani668 5 лет назад

    challenge....dont use division,modulo & bitwise to find even odd. Any one can accept challenge?

  • @roshaniagrahari2142
    @roshaniagrahari2142 4 года назад

    Thank you sir