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

  Рет қаралды 185,671

Apna College

Apna College

Күн бұрын

Пікірлер: 746
@aniketdwivedi474
@aniketdwivedi474 4 ай бұрын
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.🥰
@proCoderShivam
@proCoderShivam 5 ай бұрын
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
@milansaigal653
@milansaigal653 4 ай бұрын
First year mein ho kya bro
@madhavtulsyan9522
@madhavtulsyan9522 3 ай бұрын
Not working with Void But working on int Explain??
@Ajaypanikaajaypanika-i8f
@Ajaypanikaajaypanika-i8f 2 ай бұрын
Heilo wreok
@M.V.CHOWDARI
@M.V.CHOWDARI 5 ай бұрын
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
@Apna-programmer
@Apna-programmer 5 ай бұрын
Excellent platform to all don't miss any video and every video will be helpful in your career
@RohitBhalerao-r5n
@RohitBhalerao-r5n 2 ай бұрын
Where to find notes😢
@kajaly-kx5bc
@kajaly-kx5bc 4 ай бұрын
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!
@rashmirao3694
@rashmirao3694 4 ай бұрын
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)
@shreyansh2244
@shreyansh2244 22 күн бұрын
38:00 After trying for long time, I had to take help from internet. I had the logic, but actual implementation was other way around. But in the process I learned a lot and explored many new ideas. Final code. // function for reversing int revNum(int num){ int lastdigit; // var to store last digit extracted from num int revNum=0; // var to store reversed num while(num>0){ int lastdigit = num % 10; // getting the last digit revNum = (revNum*10) + lastdigit; // logic to store reversed num num = num/10; // removing the last digit from the orignal number } return revNum; } int main() { int num; cin >> num; cout
@RenukaNelwade
@RenukaNelwade 5 ай бұрын
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 4 ай бұрын
nice (❁´◡`❁)
@mittu-t7j
@mittu-t7j 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
@SUJAL-0001
@SUJAL-0001 5 ай бұрын
sucessfully completed the lecture and build the concepts all thanks to ShradhaDi👍❤ for creating such wonderful lectures
@tejwantsandhu595
@tejwantsandhu595 4 ай бұрын
She is the best teacher and is very knowledgeable.Hats off to you, with the utmost respect.
@bhavdoc
@bhavdoc 5 ай бұрын
simple and clear teaching methods... you are doing great job... stay blessed :)
@SahilChaudhari8
@SahilChaudhari8 5 ай бұрын
ATTENDANCE Done 👍 For the day
@JyotiKumariJourney
@JyotiKumariJourney 5 ай бұрын
Par class toh hui hi ni
@karthikkamath1748
@karthikkamath1748 3 ай бұрын
present
@StudywithmeAkku
@StudywithmeAkku 4 ай бұрын
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❤🎉
@sportsofworld8543
@sportsofworld8543 5 ай бұрын
lecture complete with shradha maam...
@kolherohan129
@kolherohan129 5 ай бұрын
Thank you so much Di❤ For this Series 😊
@miokoloveanime
@miokoloveanime 5 ай бұрын
Thanks didi for teaching us❤❤❤
@MidShanti
@MidShanti 4 күн бұрын
🎉🎉🎉🎉🎉🎉🎉lecture 7th completed 🏁...........🏃‍♀️🏃‍♀️🏃‍♀️🏃‍♀️🏃‍♀️🏃‍♀️🏃‍♀️ Bitwise operator Bitwise and Bitwise Or Bitwise xor Bitwise left shift Bitwise right shift Operator precendence Scope Data type modifier Long Short Long long Singned Unsigned .......
@nitishkumarsingh925
@nitishkumarsingh925 4 ай бұрын
very nice ma'am keep supporting and teaching us with yours legendary experience
@ShrutiSharma-mt5bt
@ShrutiSharma-mt5bt 5 ай бұрын
Wonderful session learn a lot. Thanku Shradha Mam ❤
@sandipkumarsingh1886
@sandipkumarsingh1886 5 ай бұрын
yes i have completed this lecture and so on maam
@xmonokrishna
@xmonokrishna 5 ай бұрын
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.
@tanishgehlot7021
@tanishgehlot7021 4 ай бұрын
are you makingnotes?
@rish_tr
@rish_tr 6 күн бұрын
Today, February 1st, I completed the homework problems. Initially, I attempted to solve them independently but encountered difficulties. Subsequently, I sought assistance from ChatGPT, which provided hints to correct the code. However, I failed to comprehend the hints and ultimately resorted to having ChatGPT complete the code for me. Despite not being able to solve the questions on my own, I persevered and found enjoyment in the process. I am confident that with continued effort, I will develop the necessary logical thinking and coding skills to independently solve future problems.
@om_Vocals
@om_Vocals 5 ай бұрын
I am always Excited for new lecture of DSA series conducted by sharada didi ❤
@JaswinderSingh-Phy
@JaswinderSingh-Phy 4 ай бұрын
Mam 😅😂
@GODishere07
@GODishere07 5 ай бұрын
Thank you maam ❤
@MohAbuzar
@MohAbuzar 5 ай бұрын
Thanks Shradhha Mam❤❤❤❤
@arbabali1910
@arbabali1910 5 ай бұрын
The Series is very Excellent Thank you So much Shardha Didi for a Great Content......
@Harley.0d9
@Harley.0d9 Ай бұрын
Ohh that perfect video ❤ thank you mam 😌
@abhisheksrivastava4236
@abhisheksrivastava4236 Ай бұрын
int main(){ cout > n; int sum = 0; while(n > 0){ int r = n%10; sum = sum*10 + r; n /= 10; } cout
@sandeepmehta-e9l
@sandeepmehta-e9l 5 ай бұрын
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 ☺😇
@taheerarubab6018
@taheerarubab6018 4 ай бұрын
Most impressive logics
@ujjwalkumar192
@ujjwalkumar192 4 ай бұрын
Thanku Mam I have completed These Lecture . 21/09/2024 🥳🥳🥳🥳
@utkarshbajpai3355
@utkarshbajpai3355 3 ай бұрын
Today's my lecture number 6 I am very excited for successfully completing the lecture thank you Shraddha mam
@ayushvyas1273
@ayushvyas1273 29 күн бұрын
completed this lectureon 09 jan 2025 at 11:45 pm . super excited to start arrays tomorrow. the explanations were simple effective and clear
@shagamerz007
@shagamerz007 27 күн бұрын
In which year you're in?
@ayushdixit4036
@ayushdixit4036 3 ай бұрын
12:16 1. 6&10 => 0010(2) 2. 6|10 => 1110(14) 3. 6^10 => 1100(12) 4. 10>1 =>5
@Rohitth.045
@Rohitth.045 5 ай бұрын
thank you maam for a wonderfull playlist
@Nidhi_2408
@Nidhi_2408 Ай бұрын
lecture and hw done successfully .... wooohooo!
@radhekrishnadg952
@radhekrishnadg952 5 ай бұрын
day 7:completed thanku so much❤
@Songs_ofw
@Songs_ofw 5 ай бұрын
kithna weeks ya days thak ka hei....did she mention?
@MCU-GAMER
@MCU-GAMER 5 ай бұрын
Thank you so much for DSA lecture uploading ❤😊😊😊😊 apne college jai ho 😂 full support ❤😊
@MCU-GAMER
@MCU-GAMER 5 ай бұрын
Shraddha didi ke liye like ❤
@RajuKannoli
@RajuKannoli 5 ай бұрын
❤❤❤
@itsGautam4300
@itsGautam4300 4 ай бұрын
19th Sept 2024 Lecture-7 Completed Learned new concept of 'Scope', 'Data Modifiers' & 'Bitwise Operator(Left shift and right shift)'🔥🔥🔥
@NoviceNexus
@NoviceNexus 4 ай бұрын
Great teaching style 👏
@IammAshu-or9mh
@IammAshu-or9mh 4 ай бұрын
Lecture --7 and homework completed❤
@alishbajawaid4463
@alishbajawaid4463 5 ай бұрын
Superb explanation as everytime Keep growing
@bmanguk125
@bmanguk125 2 ай бұрын
Keep teaching shraddha didi....
@Abhi_Singh-_-4
@Abhi_Singh-_-4 4 ай бұрын
Lecture completed. 16.8.24 -- 1:25 am. Thank you ma'am
@krishna_sharma5700
@krishna_sharma5700 4 ай бұрын
Lecture 7 completed Thank You 😍😍😍😍😍
@IRONMAN-kq6dx
@IRONMAN-kq6dx 4 ай бұрын
Day 7 Completed thankyou Shraddha Mam ❤ 11 September 2024😊
@aayushrathod7861
@aayushrathod7861 4 ай бұрын
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.
@Maanjiro_g
@Maanjiro_g Ай бұрын
underrated af
@kimsejeong218
@kimsejeong218 4 ай бұрын
Thank you so much♥ such a great effort
@azharalibhutto1209
@azharalibhutto1209 5 ай бұрын
Thank you so much for DSA❤❤❤❤❤❤❤❤❤❤❤❤
@shatakshishrivastava3112
@shatakshishrivastava3112 5 ай бұрын
Good afternoon mam , I have completed , lecture . Thankyou mam 😊
@IsmailMulla-p8m
@IsmailMulla-p8m 5 ай бұрын
shraddha didi's teaching is next level ❤❤
@CodeWith_Harsh72
@CodeWith_Harsh72 5 ай бұрын
Hello didi 👋, I have successfully completed lecture 7. So, I'm very excited for next. Thank you so much didi 🙏
@cavyommmehta
@cavyommmehta Ай бұрын
06 JAN 25 - Lecture 7 completed 💯 Thank you!!
@VibeTribe-chill
@VibeTribe-chill 5 ай бұрын
Completed ❤❤
@enggdevendrachauha
@enggdevendrachauha 4 ай бұрын
Lecture 7 completed on 15/09 with homework.. Thank you mam
@CodingWithMoeen-999
@CodingWithMoeen-999 5 ай бұрын
Thank you didi ❤
@HaqqanHaider
@HaqqanHaider 5 ай бұрын
Best Teacher forever❤
@SagarKunte-24
@SagarKunte-24 5 ай бұрын
You are always inspiration for us
@ak.gamingjone8161
@ak.gamingjone8161 4 ай бұрын
Class 7 complete ✅✅ Thankyou so much mam....
@NutantiwariTiwari-w5r
@NutantiwariTiwari-w5r 10 күн бұрын
Lecture completed on 29/01/25 Thank you mam 😊
@PoojaDwivedi-lr2uy
@PoojaDwivedi-lr2uy 5 ай бұрын
App great ho 🙏🙏🙏
@Rajakumar29sep
@Rajakumar29sep 4 ай бұрын
Thankyou✨Done✨Completed✨
@adityasingh3365
@adityasingh3365 5 ай бұрын
lecture 7 completed; thankyou mam;
@user-vi5vt2ce4r
@user-vi5vt2ce4r 3 ай бұрын
Lecture Completed :)
@wasifali-l5d
@wasifali-l5d 5 ай бұрын
Very informative video Mam.
@mazedul1448
@mazedul1448 5 ай бұрын
beauty of teaching
@alwaysanujsharma
@alwaysanujsharma 5 ай бұрын
12:25 Question). 101 = 0101
@vipulbhot
@vipulbhot 4 ай бұрын
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 4 ай бұрын
​@@vipulbhot35:45 pahle for loop laga kar write kar program baad mein bitwise operator karke dekhiye bhai
@vipulbhot
@vipulbhot 4 ай бұрын
@@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 4 ай бұрын
@@vipulbhot error dekh kahi kuch reh toh nhi gya
@vipulbhot
@vipulbhot 4 ай бұрын
@@alwaysanujsharma bhai bakchodi mat kar... Solution pata hai to bata
@alwaysanujsharma
@alwaysanujsharma 5 ай бұрын
36:17 Day 7 completed👌💯
@AllInOneJunction-9203
@AllInOneJunction-9203 5 ай бұрын
Nice lecture ❤❤
@sonupal10k
@sonupal10k 5 ай бұрын
very nice maam
@TechTitan_official
@TechTitan_official 4 ай бұрын
Completed 👍👍👍
@elonmusk8341
@elonmusk8341 Ай бұрын
completed thank you
@komitsingh7270
@komitsingh7270 5 ай бұрын
Great 👍
@eduversebypratik01
@eduversebypratik01 5 ай бұрын
Thankyou so much ma'am ❤❤❤❤
@bipinm6074
@bipinm6074 4 ай бұрын
Good work...
@MohitJoshi-h1f
@MohitJoshi-h1f 4 ай бұрын
if (IsPower(n)){ cout
@anjalibhandare6398
@anjalibhandare6398 Ай бұрын
today completed thiis lecture on 6th of jan 2025 thanks alot dear Shradha dii
@XYZMANUS-r3x
@XYZMANUS-r3x 4 ай бұрын
completed ❤‍🔥
@ShibaakashRana
@ShibaakashRana 5 ай бұрын
Please mam upload daily❤❤❤
@varunchoudhary8797
@varunchoudhary8797 5 ай бұрын
Dal to rhi hn ,
@Byte-Bolt27
@Byte-Bolt27 5 ай бұрын
Completed the lecture on sept 11.
@LOVELYERA
@LOVELYERA 5 ай бұрын
Thankyou mam😊
@swatitiwari6180
@swatitiwari6180 4 ай бұрын
lecture done 😇
@mansoorsarookkh
@mansoorsarookkh 5 ай бұрын
successfully completed the lecture. 9/10/2024 thanks shradda mam, Respect from your neighbour country PAKISTAN.
@DsuryanshTripathi
@DsuryanshTripathi 4 ай бұрын
chapter 7 ✅ keep goingg😃
@pranx2
@pranx2 4 ай бұрын
12:15 ans : AND Operator 2 OR Operator 14 XOR Operator 12 () RIGHT-Shift Operator 5
@alwaysanujsharma
@alwaysanujsharma 5 ай бұрын
12:13 Question). 6 & 10 = 0010 6 | 10 = 1110 6 ^ 10 = 0011
@yudhishtheryadav895
@yudhishtheryadav895 4 ай бұрын
6^10=1100
@RahulMishra-vj2pt
@RahulMishra-vj2pt 4 ай бұрын
6^10 = 1110
@radhakrishnamallidi772
@radhakrishnamallidi772 4 ай бұрын
Lookn forward for next lecture
@aditya_ariyan
@aditya_ariyan 4 ай бұрын
Completed This Chapter.😁😁
@shraddhagupta5192
@shraddhagupta5192 5 ай бұрын
today lecture completed of new concept by SHRADHA MA'AM
@devangjadhav8601
@devangjadhav8601 4 ай бұрын
Day 7 completed 21/09/2024 enjoying this series.
@monikakpk.1005
@monikakpk.1005 4 ай бұрын
lecture done!!!
@AnuragPanchal-ct8jx
@AnuragPanchal-ct8jx 4 ай бұрын
Completed ✅
@ayushshah-nm4pz
@ayushshah-nm4pz 5 ай бұрын
Teaching is next level❤
@wwe.2k_gamer
@wwe.2k_gamer 5 ай бұрын
Completed at 11:21 ❤😊
@ShreyaPriyadarshini
@ShreyaPriyadarshini 3 ай бұрын
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.
@Rohit_DSA
@Rohit_DSA 5 ай бұрын
Day-7 Completed✅🎉
@TheChuramonideka
@TheChuramonideka 5 ай бұрын
I understand ❤
@ahsansony12
@ahsansony12 5 ай бұрын
Attendence done ❤
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Binary Number System | DSA Series by Shradha Khapra Ma'am | C++
37:20
5 Secrets to Stop Stuttering & Speak More Clearly!
12:44
Vinh Giang
Рет қаралды 143 М.
Large Language Models explained briefly
7:58
3Blue1Brown
Рет қаралды 1,4 МЛН
Web Developer Roadmap (2025) - Everything is Changing
21:48
CodeWithHarry
Рет қаралды 722 М.