Bitwise Operators ( AND | OR ) in C Programming

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024
  • In this C Programming Video Tutorial we will learn about bitwise operators in detail.
    Operators are the symbol which will perform different operation on the operands.
    We can divide c operators in different types.
    Here we will discuss about bitwise AND and Bitwise OR Operators.
    C TUTORIALS (playlist):
    • Introduction to Progra...
    #CTutorials #CProgramming #OperatorsInC
    For more free tutorials on computer programming
    / amulsacademy
    / amulsacademy

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

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

    Really your videos are amazing
    And perfect & clear voice

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

      Thank you so much 😀

  • @mudavathnaveenkumar5864
    @mudavathnaveenkumar5864 ปีที่แล้ว

    Thank you🌹 Madame

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

    thk y

  • @jaibholenath7238
    @jaibholenath7238 4 ปีที่แล้ว +3

    Please start a new series of I.P of class 11th by preeti arora book 🙏🙏

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

    hai mam make a debugging video on c it's also helpful for us

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

    Hello mam hope u r well, mam make an video of an project making from start to end using python program plss

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

      I will try :)

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

      @@AmulsAcademy ok mam 🙂👍

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

    Mum how i can learn for loop and while loop very well?

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

      Write programs using loops :)

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

    hello ma'am
    i didn't understand form there when you add 1 with 1111 1001
    please clear my doubts

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

      1111 1001+
      1
      ------------------
      1111 1010
      when we add 1 and 1 result is 0 and 1 is carry [1+1=10]
      We are representing negative value in 2's compliment method.
      For That
      1) you need to flip the bits
      2) then add 1
      :)

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

      Thank you ma'am for clear my doubts

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

    While adding 1,I can't understand mam....🤔

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

      if we add 1 + 1 = 10 1 is carry and 0 is the result.
      :)