Bitwise Operators, Data Type Modifiers & more | DSA Series by Shradha Khapra Ma'am | C++

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 690

  • @proCoderShivam
    @proCoderShivam 3 місяці тому +35

    Lec 7 Completed 🔥🔥🔥
    North, South, East ya West
    Shradha Mam is always the Best ❤
    Solution of 1st homework problem 36:28
    // using bitwise & operator
    void isPowerOf2(int n){
    if((n & (n-1)) == 0) cout

  • @Apna-programmer
    @Apna-programmer 3 місяці тому +44

    Excellent platform to all don't miss any video and every video will be helpful in your career

  • @rashmirao3694
    @rashmirao3694 3 місяці тому +8

    The bitwise operations for 6 and 10 are:
    Bitwise AND (6 & 10):
    6 in binary: 0110
    10 in binary: 1010
    0110 & 1010 = 0010 (which is 2 in decimal)
    Bitwise OR (6 | 10):
    0110 | 1010 = 1110 (which is 14 in decimal)
    Bitwise XOR (6 ^ 10):
    0110 ^ 1010 = 1100 (which is 12 in decimal)
    Left shift (10 1):
    10 in binary: 1010
    Shifting right by 1 position: 10 >> 1 = 0101 (which is 5 in decimal)

  • @aniketdwivedi474
    @aniketdwivedi474 2 місяці тому +14

    lecture 1 ✅
    lecture 2 ✅
    lecture 3 ✅
    lecture 4✅
    lecture 5 ✅
    Binary number system ✅
    Bitwise operator ✅ on 20/09/2024
    when i started this lecture i did not know about coding. even i could not write a single line of code but now i am improving day by day continue and understand about code. thank u so much shraddha mam for your help.🥰

  • @kajaly-kx5bc
    @kajaly-kx5bc 3 місяці тому +3

    I paused the video to solve the homework, and I finally found exactly what I’ve been searching for the past 2 months to learn DSA. Thank you so much for creating these incredibly helpful videos!

  • @SahilChaudhari8
    @SahilChaudhari8 3 місяці тому +56

    ATTENDANCE Done 👍 For the day

  • @mittu-t7j
    @mittu-t7j 3 місяці тому +5

    Thanks alott mam
    we are sooooo happy with your teaching
    and we want all the videos of this playlist till the completion of all concepts of DSA

  • @tejwantsandhu595
    @tejwantsandhu595 2 місяці тому +2

    She is the best teacher and is very knowledgeable.Hats off to you, with the utmost respect.

  • @SUJAL-0001
    @SUJAL-0001 3 місяці тому +14

    sucessfully completed the lecture and build the concepts
    all thanks to ShradhaDi👍❤ for creating such wonderful lectures

  • @bhavdoc
    @bhavdoc 3 місяці тому +3

    simple and clear teaching methods... you are doing great job... stay blessed :)

  • @RenukaNelwade
    @RenukaNelwade 3 місяці тому +12

    Thank you so much didi...
    Abhi Mere java ka course chalu ahe 3 months ho gaye didi....Mai yeh DSA c++ ke series dekh kar Java se compare karke study kr rahi huu diii....bahot sare mere concepts clear ho rahe hai diii
    THANK YOU ❤️

    • @lallulattu
      @lallulattu 3 місяці тому +2

      nice (❁´◡`❁)

  • @sportsofworld8543
    @sportsofworld8543 3 місяці тому +5

    lecture complete with shradha maam...

  • @kolherohan129
    @kolherohan129 3 місяці тому +6

    Thank you so much Di❤ For this Series 😊

  • @StudywithmeAkku
    @StudywithmeAkku 3 місяці тому +3

    DSA series Day-7 completed I hope I will maintain this consistency with shraddha maam .Thankyou so much mam for this series and also thanks to Aman sir who behinde all of that❤🎉

  • @miokoloveanime
    @miokoloveanime 3 місяці тому +7

    Thanks didi for teaching us❤❤❤

  • @sandipkumarsingh1886
    @sandipkumarsingh1886 3 місяці тому +5

    yes i have completed this lecture and so on maam

  • @nitishkumarsingh925
    @nitishkumarsingh925 2 місяці тому +2

    very nice ma'am keep supporting and teaching us with yours legendary experience

  • @M.V.CHOWDARI
    @M.V.CHOWDARI 3 місяці тому +2

    Time Stamps :
    00:00​ Introduction
    00:39​ Bitwise Operators
    12:07​ Homework
    12:33​ Operator Precedence
    18:03​ Scope (Local vs Global)
    24:12​ Data Type Modifiers
    35:45​ Summary & Homework

  • @ayushdixit4036
    @ayushdixit4036 Місяць тому +2

    12:16
    1. 6&10 => 0010(2)
    2. 6|10 => 1110(14)
    3. 6^10 => 1100(12)
    4. 10>1 =>5

  • @ShrutiSharma-mt5bt
    @ShrutiSharma-mt5bt 3 місяці тому +1

    Wonderful session learn a lot. Thanku Shradha Mam ❤

  • @MohAbuzar
    @MohAbuzar 3 місяці тому +4

    Thanks Shradhha Mam❤❤❤❤

  • @Abhi_Singh-_-4
    @Abhi_Singh-_-4 3 місяці тому +2

    Lecture completed. 16.8.24 -- 1:25 am. Thank you ma'am

  • @om_Vocals
    @om_Vocals 3 місяці тому +3

    I am always Excited for new lecture of DSA series conducted by sharada didi ❤

  • @IammAshu-or9mh
    @IammAshu-or9mh 3 місяці тому +2

    Lecture --7 and homework completed❤

  • @alwaysanujsharma
    @alwaysanujsharma 3 місяці тому +4

    12:25
    Question).
    101 = 0101

    • @vipulbhot
      @vipulbhot 2 місяці тому +1

      what about second homework question at last of video.
      using left and right shift operators and no loops. there is no solution i can find

    • @alwaysanujsharma
      @alwaysanujsharma 2 місяці тому +1

      ​@@vipulbhot35:45 pahle for loop laga kar write kar program baad mein bitwise operator karke dekhiye bhai

    • @vipulbhot
      @vipulbhot 2 місяці тому +1

      @@alwaysanujsharma bhai bina loop ke and operator se hota hai solve par bina loop ke left aur right shift operator se nahi hota... Aur loop ke sath toh easily ho jata hai

    • @alwaysanujsharma
      @alwaysanujsharma 2 місяці тому +1

      @@vipulbhot error dekh kahi kuch reh toh nhi gya

    • @vipulbhot
      @vipulbhot 2 місяці тому

      @@alwaysanujsharma bhai bakchodi mat kar... Solution pata hai to bata

  • @alwaysanujsharma
    @alwaysanujsharma 3 місяці тому +1

    36:17
    Day 7 completed👌💯

  • @bmanguk125
    @bmanguk125 11 днів тому

    Keep teaching shraddha didi....

  • @GODishere07
    @GODishere07 3 місяці тому +4

    Thank you maam ❤

  • @radhekrishnadg952
    @radhekrishnadg952 3 місяці тому +3

    day 7:completed
    thanku so much❤

    • @Songs_ofw
      @Songs_ofw 3 місяці тому

      kithna weeks ya days thak ka hei....did she mention?

  • @taheerarubab6018
    @taheerarubab6018 2 місяці тому +1

    Most impressive logics

  • @itsGautam4300
    @itsGautam4300 2 місяці тому

    19th Sept 2024
    Lecture-7 Completed
    Learned new concept of 'Scope', 'Data Modifiers' & 'Bitwise Operator(Left shift and right shift)'🔥🔥🔥

  • @aayushrathod7861
    @aayushrathod7861 3 місяці тому

    Completed this lecture at 10:15 pm on 12th of sept for some days i lost my rythm but looking forward to gain it back and doing lectures back to back in adjacent days.

  • @ujjwalkumar192
    @ujjwalkumar192 2 місяці тому +2

    Thanku Mam
    I have completed These Lecture . 21/09/2024
    🥳🥳🥳🥳

  • @Rohitth.045
    @Rohitth.045 3 місяці тому +2

    thank you maam for a wonderfull playlist

  • @xmonokrishna
    @xmonokrishna 3 місяці тому

    lecture completed (at 22:41PM on 9th of September.) this lecture gives me a correct and deeper understanding of bitwise operator for the first time. Thank you for explaining like this mam.

  • @IRONMAN-kq6dx
    @IRONMAN-kq6dx 3 місяці тому +1

    Day 7 Completed thankyou Shraddha Mam ❤ 11 September 2024😊

  • @alwaysanujsharma
    @alwaysanujsharma 3 місяці тому +2

    12:13
    Question).
    6 & 10 = 0010
    6 | 10 = 1110
    6 ^ 10 = 0011

  • @Harley.0d9
    @Harley.0d9 6 днів тому

    Ohh that perfect video ❤ thank you mam 😌

  • @ravind_234
    @ravind_234 3 місяці тому +8

    Question to solve
    Int x=10;
    Int y=15;
    If(++x < 10 && ++y >15)
    {
    x++;
    }else{
    y++;
    }
    System.out.println('x +" "+ y')
    5:30

    • @bro-ff6xh
      @bro-ff6xh 3 місяці тому

      12. ,17

    • @SurajSaini-zc2jk
      @SurajSaini-zc2jk 3 місяці тому

      Error

    • @atharvsabale8044
      @atharvsabale8044 3 місяці тому +4

      Ans: 11,16

    • @ravind_234
      @ravind_234 3 місяці тому +1

      ​@@atharvsabale8044correct 🙌🏻

    • @moshi-moshi-0_0
      @moshi-moshi-0_0 3 місяці тому

      x will update first, and then it will be checked for the if statement , so regardless of whether it will enter the if statement or not, it will still get updated to 11.

  • @krishna_sharma5700
    @krishna_sharma5700 2 місяці тому

    Lecture 7 completed Thank You 😍😍😍😍😍

  • @utkarshbajpai3355
    @utkarshbajpai3355 Місяць тому

    Today's my lecture number 6 I am very excited for successfully completing the lecture thank you Shraddha mam

  • @pranx2
    @pranx2 3 місяці тому

    12:15 ans :
    AND Operator 2
    OR Operator 14
    XOR Operator 12
    () RIGHT-Shift Operator 5

  • @devangjadhav8601
    @devangjadhav8601 2 місяці тому +1

    Day 7 completed 21/09/2024 enjoying this series.

  • @DsuryanshTripathi
    @DsuryanshTripathi 3 місяці тому +1

    chapter 7 ✅
    keep goingg😃

  • @MCU-GAMER
    @MCU-GAMER 3 місяці тому +3

    Thank you so much for DSA lecture uploading ❤😊😊😊😊 apne college jai ho 😂 full support ❤😊

    • @MCU-GAMER
      @MCU-GAMER 3 місяці тому +4

      Shraddha didi ke liye like ❤

    • @RajuKannoli
      @RajuKannoli 3 місяці тому +1

      ❤❤❤

  • @Byte-Bolt27
    @Byte-Bolt27 3 місяці тому +1

    Completed the lecture on sept 11.

  • @arbabali1910
    @arbabali1910 3 місяці тому

    The Series is very Excellent Thank you So much Shardha Didi for a Great Content......

  • @ayushshah-nm4pz
    @ayushshah-nm4pz 3 місяці тому +4

    Teaching is next level❤

  • @NoviceNexus
    @NoviceNexus 3 місяці тому

    Great teaching style 👏

  • @spydii08
    @spydii08 2 місяці тому

    bitwise left (81) : 8 / 2^1

  • @alishbajawaid4463
    @alishbajawaid4463 3 місяці тому

    Superb explanation as everytime Keep growing

  • @vrushtishah8927
    @vrushtishah8927 3 місяці тому +2

    Solution
    No : 123
    Output : 321
    -----------------------
    Int No=123,N=0,R;
    While(No>0)
    {
    R=no%10;
    N=N*10+R;
    No=No/10;
    }
    Printf("No is : %d",N);

  • @Hollywood-kings-z5v
    @Hollywood-kings-z5v 3 місяці тому +2

    ❤❤❤😊0000 0:09 l 0:12

  • @vishnuvardhan2687
    @vishnuvardhan2687 3 місяці тому +6

    Successfully completed ✅ 07 lecture, Thank u shradha maam for your valuable lectures to us😊😊
    09/09/2024

    • @Elvish_3105
      @Elvish_3105 3 місяці тому +1

      Bhai abhi toh c++ ke basics horhe hai na?

  • @enggdevendrachauha
    @enggdevendrachauha 3 місяці тому

    Lecture 7 completed on 15/09 with homework.. Thank you mam

  • @IsmailMulla-p8m
    @IsmailMulla-p8m 3 місяці тому

    shraddha didi's teaching is next level ❤❤

  • @ak.gamingjone8161
    @ak.gamingjone8161 2 місяці тому

    Class 7 complete ✅✅
    Thankyou so much mam....

  • @Crickinfo.2
    @Crickinfo.2 3 місяці тому

    Lecture 7: Bitwise operators completed on 10 September 2024 38:19

  • @sandeepmehta-e9l
    @sandeepmehta-e9l 3 місяці тому

    Didi , your teaching method is extremely awesome .
    I am following this series regular .
    Day 7 Complete without any problem .
    Thank you so much Di @Shardha Khapra ☺😇

  • @Rajakumar29sep
    @Rajakumar29sep 3 місяці тому +1

    Thankyou✨Done✨Completed✨

  • @helloeveryone6614
    @helloeveryone6614 3 місяці тому +1

    Lecture 7 Completed 12/09/2024❤❤

  • @Filmyfan396
    @Filmyfan396 3 місяці тому

    Lecture 7 completed successfully 😃

  • @alvinbenedict8998
    @alvinbenedict8998 3 місяці тому +1

    day 7 completed

  • @rinkirawat4978
    @rinkirawat4978 Місяць тому +1

    Day-7 completed successfully

  • @mansoorsarookkh
    @mansoorsarookkh 3 місяці тому

    successfully completed the lecture.
    9/10/2024
    thanks shradda mam, Respect from your neighbour country PAKISTAN.

  • @ShreyaPriyadarshini
    @ShreyaPriyadarshini Місяць тому

    day 6 of dsa journey, today is 18/10/24. I completed this lecture yesterday only but wasn't able to solve questions so finally completed them today at 8:30 pm.

  • @NitishKumar-jk8yy
    @NitishKumar-jk8yy 2 місяці тому +1

    Day 6 - ✅on 15/10/2024(11:45pm)
    Bitwise Operators are awesome❤
    let's go for next🔥⚡

  • @HaqqanHaider
    @HaqqanHaider 3 місяці тому

    Best Teacher forever❤

  • @ahsansony12
    @ahsansony12 3 місяці тому +2

    Attendence done ❤

  • @azharalibhutto1209
    @azharalibhutto1209 3 місяці тому

    Thank you so much for DSA❤❤❤❤❤❤❤❤❤❤❤❤

  • @CodeWith_Harsh72
    @CodeWith_Harsh72 3 місяці тому

    Hello didi 👋,
    I have successfully completed lecture 7. So, I'm very excited for next.
    Thank you so much didi 🙏

  • @BoneHeart07
    @BoneHeart07 3 місяці тому +2

    Lecture-08: Bitwise Operators , Scopes & Data Modifiers ✅
    Date : 10/09/2024
    Assignment (Lec-01~08): ✅

  • @ShibaakashRana
    @ShibaakashRana 3 місяці тому +2

    Please mam upload daily❤❤❤

  • @wwe.2k_gamer
    @wwe.2k_gamer 3 місяці тому

    Completed at 11:21 ❤😊

  • @anamikagupta1380
    @anamikagupta1380 3 місяці тому

    i have completed the lac. successfully on 10/09/24.

  • @aditya_ariyan
    @aditya_ariyan 3 місяці тому

    Completed This Chapter.😁😁

  • @Sunokidsteam
    @Sunokidsteam 3 місяці тому

    Lecture 7 completed ❤

  • @VibeTribe-chill
    @VibeTribe-chill 3 місяці тому +1

    Completed ❤❤

  • @ROCKY-108-S99
    @ROCKY-108-S99 3 місяці тому +1

    C++ , DSA Series
    7 Lecture Completed✅

  • @dalius_don
    @dalius_don 12 днів тому +1

    Completed on 5/12/2024😊

  • @Govind_thakur99
    @Govind_thakur99 3 місяці тому +2

    Attendance for Day 8

  • @shatakshishrivastava3112
    @shatakshishrivastava3112 3 місяці тому

    Good afternoon mam ,
    I have completed , lecture .
    Thankyou mam 😊

  • @SagarKunte-24
    @SagarKunte-24 3 місяці тому

    You are always inspiration for us

  • @BVKCHHATARPUR
    @BVKCHHATARPUR 3 місяці тому

    This lecture 7 Completed✅

  • @ayushblues
    @ayushblues 3 місяці тому

    I have completed this lecture on 9th September.

  • @kimsejeong218
    @kimsejeong218 3 місяці тому

    Thank you so much♥ such a great effort

  • @likitha2005
    @likitha2005 3 місяці тому +1

    Day-7 done ✅

  • @adityasingh3365
    @adityasingh3365 3 місяці тому

    lecture 7 completed;
    thankyou mam;

  • @ssquadisid1858
    @ssquadisid1858 3 місяці тому +1

    Completed on 9-9-2024::23:37

  • @meSandeep_Yadav
    @meSandeep_Yadav 3 місяці тому +3

    Whenever got confused in opertion of &(AND) or | (OR) . Consider & ->multiply and | -> addition
    Example: 1 & 0 = 0 , 1 & 1= 1, 0 & 1= 0, 0 & 0 = 0
    Similarly 1 | 0 = 1, 1 | 1 = 1, 0 | 1 = 1, 0 | 0 = 0

  • @mazedul1448
    @mazedul1448 3 місяці тому

    beauty of teaching

  • @user-vi5vt2ce4r
    @user-vi5vt2ce4r 2 місяці тому

    Lecture Completed :)

  • @girdharisinghyadav
    @girdharisinghyadav 3 місяці тому

    I complete Lecture 7 date 09/09/2024
    Thanku Shradha Didi ❤❤❤❤

  • @wasifali-l5d
    @wasifali-l5d 3 місяці тому

    Very informative video Mam.

  • @Krishnabhkt4534
    @Krishnabhkt4534 Місяць тому +1

    19 oct lecture completed ✅

  • @Rohit_DSA
    @Rohit_DSA 3 місяці тому

    Day-7 Completed✅🎉

  • @ShivamJain001
    @ShivamJain001 3 місяці тому +1

    Lecture 7 completed successfully on 10/09/2024🙂

  • @technoak8512
    @technoak8512 Місяць тому

    I have completed the lecture and done the homework problem 2, I will comment when I finish 1.

  • @shraddhagupta5192
    @shraddhagupta5192 3 місяці тому

    today lecture completed of new concept by SHRADHA MA'AM

  • @CodingWithMoeen-999
    @CodingWithMoeen-999 3 місяці тому +1

    Day 8
    Lec 7
    Let's go 😊