Bitwise Operators in C (Part 1)

  Рет қаралды 833,526

Neso Academy

Neso Academy

Күн бұрын

Пікірлер: 209
@nasibmohamed4295
@nasibmohamed4295 6 жыл бұрын
i dont usually do youtube comments but I missed class for a week and this is one of the subjects we went through. I scoured the internet to find all this confusing, mumbo jumbo, nothing that quite broke it down to an understandable level. Your video did just that. THANK YOU!!
@atharvrastogi8970
@atharvrastogi8970 Жыл бұрын
Bro what did mumbo jumbo do 😭
@genericyoutubechannel2601
@genericyoutubechannel2601 2 жыл бұрын
I sincerely appreciate that you stated at the beginning that these topics are very difficult. I found this easier than I had anticipated, no doubt owing to your skills at explaining things, but if I had struggled with it I would have felt "allowed" to struggle. Other KZbin educators try to reassure their viewers at the beginning by insisting how "simple" the complicated topics really are, even if they seem intimidating. I understand the good intention behind that approach, but when I watch such videos and then find myself struggling, which is discouraging by itself, I am also doubly discouraged by being unable to quickly grasp what I've just been told should be a very "simple" concept or idea. So, being told up-front that something is difficult but we'll all do our best genuinely helps me persist if I end up getting stuck. Thank you!
@ProjectKneepads
@ProjectKneepads 3 жыл бұрын
Result of ~7 is -8. Remember we're dealing with signed numbers here, and where computers represent negative numbers in 2's complement, that means that the sign bit is also flipped. (So if you do a = 7 and b = ~a +1, then b is -7. Cool thing about 2's complement is that you can do it again: a = ~b + 1 and the value of a will still be 7.)
@ShubhamKumar-sj6dp
@ShubhamKumar-sj6dp 3 жыл бұрын
Absolutely that is why I prefer standard text such as KnR C which cover these small details briefly but elegantly
@mamidisumalatha4897
@mamidisumalatha4897 2 жыл бұрын
U r right .he explained nice but in wrong way
@routinewithspecial...8589
@routinewithspecial...8589 11 ай бұрын
bro can u please elaborate the explanation please
@sundaystories.1078
@sundaystories.1078 4 жыл бұрын
I am a diploma in civil engineering student, who got slided into cse. I just wanted to learn C language and searched for many playlists in KZbin and at last found NESO ACADEMY.. You guys are the best.. I've also installed the app and using it... Thankyou so much 🙏🏻
@nesoacademy
@nesoacademy 4 жыл бұрын
Glad to know this :)
@sahadhura8927
@sahadhura8927 5 ай бұрын
Same here I also did diploma in ce and enrolled in cse BTech
@omi5137
@omi5137 6 жыл бұрын
You, sir, are a life savior.
@peaceemmanuel4485
@peaceemmanuel4485 4 жыл бұрын
Man, my first intro to Bitwise Operators and I feel like I'm learning ABC. Thank you! thank you for explaining things so well!
@cameronrowe2032
@cameronrowe2032 4 жыл бұрын
Much better introduction to bitwise than my college instructor. Thanks!
@sankalpmathur6704
@sankalpmathur6704 3 жыл бұрын
Right😂
@thefreakbt
@thefreakbt 3 жыл бұрын
Same here
@ChristopherFranko
@ChristopherFranko 3 жыл бұрын
This is the best explainer ive ever watched.. ever. Great quality!
@janhvinarayan1633
@janhvinarayan1633 Жыл бұрын
great explanation, I was confused that how does bitwise and work, I'm a 1st yr btech student of cse and my teacher explains nothing so ppl like u are lifesavers, thank u so much
@kushalavardhan
@kushalavardhan 4 жыл бұрын
Want to see the man behind this great work
@komaldeepsingh293
@komaldeepsingh293 4 жыл бұрын
You can see his Instagram id. It's mentioned in description box.
@mauryaashish1865
@mauryaashish1865 4 жыл бұрын
Finally cleared the difference between logical and bitwise operators in 7 minutes!
@beyou7255
@beyou7255 3 жыл бұрын
explainig the whole concept in just a little bit of time is amazing
@Official-tk3nc
@Official-tk3nc 5 жыл бұрын
You are teaching better than my professor Who has Ph.D from IIT . Love you sir really helpful. I want to know who is the CEO of NESO?
@manoj686
@manoj686 4 жыл бұрын
Sir u r God.... Sir...... Explaination goes peaks... In c language........ Tq soo much sir..... Love ❤ neso academy.....
@OfficialVasuRastogi
@OfficialVasuRastogi 4 жыл бұрын
That example made it crystal clear.🙏
@bawol-official
@bawol-official 3 жыл бұрын
This was giving me so much trouble to wrap my head around!!! Thank you for this!!!
@Official-tk3nc
@Official-tk3nc 5 жыл бұрын
One of my friends scored top marks in exam. Today I realised he is the student of NESO Academy.
@bytelaw1711
@bytelaw1711 3 жыл бұрын
The indian youtuber coming in clutch
@shirleyachara3809
@shirleyachara3809 3 жыл бұрын
Very clear and concise explanation, thanks.
@jansaariniemi67
@jansaariniemi67 5 жыл бұрын
An excellent and simple video of bitwise operations in C. Keep up the good work!
@sabina9546
@sabina9546 2 жыл бұрын
The way you explained each concept is awesome 👌🏾👌🏾 Thanku for this amazing videos
@SunZheini
@SunZheini 3 жыл бұрын
The whole series is very well explained
@pojntfxlegacy611
@pojntfxlegacy611 4 жыл бұрын
Great explanation! This topic has always been quite confusing to me but you've cleared it up.
@vaibhavkapadia1
@vaibhavkapadia1 4 жыл бұрын
sir i think ~7 must be -8 not 8 bcs you used %d in printf i.e integer data type which uses 2's complement representation
@lemmenmin7676
@lemmenmin7676 3 жыл бұрын
Ах вот почему ракеты падают!
@NikhilKumar-ni9yc
@NikhilKumar-ni9yc Жыл бұрын
@@lemmenmin7676😂😂😂
@REVIEWSGALATTA
@REVIEWSGALATTA 3 ай бұрын
Then how to represent 8 in binary form?
@srihari4135
@srihari4135 3 ай бұрын
You are correct 💯
@USER-zf3tr
@USER-zf3tr 4 жыл бұрын
a clear level of explanation.... thank u..
@mdashiouzzaman834
@mdashiouzzaman834 3 жыл бұрын
Really easy to understand with clear examples ❤️
@paschalerhurun6488
@paschalerhurun6488 2 жыл бұрын
This was easily understood, thanks for the detailed explanation.
@folkishacorn
@folkishacorn 3 жыл бұрын
The bottom left scared me into thinking I had dead pixels in my monitor. Also, excellent explanations! Thanks
@chandralekha8370
@chandralekha8370 4 жыл бұрын
This is my 1st comment for a youtube channel.. The way of explanation and presentation etc etc everything was very excellent. Great job...thank u soooo much for your videos.. This is very much helpful especially in this pandemic situation. Kindly upload videos for DESIGN AND ANALYSIS OF ALGORITHM subject also.
@italebismail7338
@italebismail7338 Жыл бұрын
this method you are using to explain make eveything so easy to be undrestood
@LorenHelgeson
@LorenHelgeson 4 жыл бұрын
Very well explained. Thank you.
@muhammadadilkhalil9681
@muhammadadilkhalil9681 5 жыл бұрын
Very well explained! Keep it up...!
@noone0978
@noone0978 Жыл бұрын
this is the best explanation of bitwise function
@ashishtayade047
@ashishtayade047 Жыл бұрын
Thank you sir very nice gide & very nice best information bitwise operator teaching video.👍
@AhmedSayed-ki3fm
@AhmedSayed-ki3fm Жыл бұрын
Thank you, your way of delivering the information is simple and easy to be understood.
@Santhosh-qp1hq
@Santhosh-qp1hq 2 жыл бұрын
You are really Amazing..... Such a detailed explanation I found no where
@rayankharajpaul3198
@rayankharajpaul3198 3 жыл бұрын
it was easy to understand, an awesome video.
@EtBukaneluu
@EtBukaneluu 4 жыл бұрын
Nice video buddy, Loved it
@robelpop78
@robelpop78 2 жыл бұрын
AND(&) 1:16 OR(|) 2:55 NOT(~) 3:43
@giaotran3311
@giaotran3311 5 жыл бұрын
Wow this is SO clear.
@טלחודורקובסקי
@טלחודורקובסקי 6 жыл бұрын
thank a lot you help me finish my home work!
@ijeanpierrebp
@ijeanpierrebp 2 жыл бұрын
best tutorial ever about this topic!
@MrSkyydude
@MrSkyydude Жыл бұрын
Thank you so much. This lecture was very helpful.
@isramedeiros
@isramedeiros Жыл бұрын
Thank you so much for this tutorial. I've been looking for an detailed and understandable explanation on this for hours.
@sergioropo3019
@sergioropo3019 6 жыл бұрын
Very well done Sir.
@jonathanegwuatu1490
@jonathanegwuatu1490 3 жыл бұрын
Thank you for this great video!
@jedisolas8917
@jedisolas8917 9 ай бұрын
Your explaination is spot on, me having trouble understading yet took me 5 mins to understand from u
@milesisterrible
@milesisterrible 2 жыл бұрын
Excellent video, one of the best C tutorials I’ve seen so far
@Chi.chi.j
@Chi.chi.j Жыл бұрын
Thank you very much Neso Academy!
@himanshudeshmukh6540
@himanshudeshmukh6540 3 жыл бұрын
I Liked that NESO TV has an integrated cam as well.......
@facts587
@facts587 4 жыл бұрын
Thank you sir it was a nice explanation
@kapishjain9262
@kapishjain9262 2 жыл бұрын
Awesome Explanation Sir
@sumeursault
@sumeursault 2 жыл бұрын
I think it's useful to think of the & (AND) and | (OR) linguistically. If I'm understanding how this works correctly, it goes something like: "If one bit AND the other are true (1), then the result is true (1). Otherwise, the result is false (0)." And likewise: "If either one bit OR the other is true (1), then the result is true (1). Otherwise, the result is false (0)."
@sumabich721
@sumabich721 3 жыл бұрын
Thank you indian youtube man. I don't know who you are or why you know literally everything there is to know, but thanks yet again for saving me.
@espedale
@espedale 5 жыл бұрын
It would be nice to see examples of how these are useful rather than explain them in the abstract. Thank you for making the video.
@gamingwithat.brothers2055
@gamingwithat.brothers2055 2 ай бұрын
Thanks sir its clean and clear
@danilo2735
@danilo2735 4 жыл бұрын
man, perfect explanation.
@MineCrafterCity
@MineCrafterCity 2 жыл бұрын
Thanks again, you seem to have my entire college course made in youtube lol.
@irasenevirathne229
@irasenevirathne229 Жыл бұрын
Thanks alot..❤😊💕👨‍🎓
@deepika-hj7vu
@deepika-hj7vu 2 жыл бұрын
Great explanation. Thank you!
@jyothisaleras6914
@jyothisaleras6914 4 жыл бұрын
Simply amazing !
@jess.uraura
@jess.uraura 4 жыл бұрын
Very clear. Thank you so much!
@vennjylugo7434
@vennjylugo7434 2 жыл бұрын
you are my master, master.
@kartikkalani8439
@kartikkalani8439 2 жыл бұрын
🙏Thank you sir for giving this knowledge. 🙏
@shukranamattu426
@shukranamattu426 3 жыл бұрын
Thnku so much dude 😇
@kirtikumarkadam7224
@kirtikumarkadam7224 4 жыл бұрын
I love you NESCO ACADEMY
@HanifudinFirmansah
@HanifudinFirmansah 5 ай бұрын
Thank you so much. I want to download this
@xeviivry3798
@xeviivry3798 3 жыл бұрын
Thanks a lot for such high quality educational content!
@GautamGskiTec
@GautamGskiTec 4 ай бұрын
today's best video for me.
@avikdas9449
@avikdas9449 4 жыл бұрын
Keep it up . Nice explanation
@compangit1524
@compangit1524 Жыл бұрын
Comments for myself: Bitwise operators compares each bit of a value at a time and returns a final value from the formed bits sequence from the operations. e.g. if sequence is 0000 0000 (for char), then it returns 0.
@doangmawar8716
@doangmawar8716 6 жыл бұрын
Great explanation
@venumbakasannutha5923
@venumbakasannutha5923 3 жыл бұрын
Simply super sir
@chandrachurmukherjeejucse5816
@chandrachurmukherjeejucse5816 2 жыл бұрын
great lecture
@ParnikaTutorials
@ParnikaTutorials 3 жыл бұрын
@4:31 not of 7 is -8.
@mukulmalviya1605
@mukulmalviya1605 3 жыл бұрын
but why
@ParnikaTutorials
@ParnikaTutorials 3 жыл бұрын
@@mukulmalviya1605 you verify using any c compiler. Bit wise not of a 6 is -7, - 6 is 5
@smritipandey4856
@smritipandey4856 4 жыл бұрын
Detailed explaination.....
@aatmakumar4631
@aatmakumar4631 2 жыл бұрын
Nice class sir
@posivibez2094
@posivibez2094 3 жыл бұрын
this was extremely clear thank you!
@abhishekchauhan7910
@abhishekchauhan7910 3 жыл бұрын
Wow sir brilliant
@muskaan4591
@muskaan4591 5 жыл бұрын
Thank you
@hrutikbhalerao
@hrutikbhalerao 5 жыл бұрын
Very good explanation sir.
@allenthakur5757
@allenthakur5757 4 жыл бұрын
Thkz
@mney7486
@mney7486 3 жыл бұрын
bro neso tv availabe on amazon or platform? byw nice teaching skill u have.
@falkelh
@falkelh 4 жыл бұрын
great video! Very helpful!
@muhmammdhidytllh7312
@muhmammdhidytllh7312 2 жыл бұрын
Works for Java as well thanks !!!!
@kuldeepsharma7499
@kuldeepsharma7499 5 жыл бұрын
Great explained very good
@arpitkullu8946
@arpitkullu8946 3 жыл бұрын
Thanks for help.
@GUIHTD
@GUIHTD 4 жыл бұрын
Well explained!
@avixx
@avixx 2 жыл бұрын
Amazing!
@chitharlashivaprasad9890
@chitharlashivaprasad9890 4 жыл бұрын
Sir, what happen if we take 7 , 8 instead of 7,4 in bitwise and operation, the output is 0 or not
@atharvrastogi8970
@atharvrastogi8970 Жыл бұрын
POG 💪🏻
@Meenereem
@Meenereem 2 жыл бұрын
Thank you!!!
@sonusambharwal8828
@sonusambharwal8828 5 жыл бұрын
Super sir
@chandrajyothibojjapu9566
@chandrajyothibojjapu9566 3 жыл бұрын
Thank you so much sir
@shwethashwe3024
@shwethashwe3024 5 жыл бұрын
Excellent work sir I have my exam day after tomorrow and this video helped me a lot sir...tqsm
@rakeshraj4786
@rakeshraj4786 6 жыл бұрын
sir plz upload more videos in c ...
@sumitpardeshi719
@sumitpardeshi719 3 жыл бұрын
One issue is there in ~7= -8 Can you explain it🤔
@nareshabhira8728
@nareshabhira8728 Жыл бұрын
Thnaks bro
@ezkakashi7598
@ezkakashi7598 4 жыл бұрын
how can i understand that a&b=0 and a&&b=1 ???
@samdavepollard
@samdavepollard 4 жыл бұрын
they're doing different things & is a bitwise operator, which works on the individual digits in a and b && is a logical operator which works on the truth/false values of a and b
@plutonium4574
@plutonium4574 2 жыл бұрын
I can bet you won't miss a single thing if you are following neso from the very beginning.
Bitwise Operators in C (Part 2)
4:59
Neso Academy
Рет қаралды 384 М.
C_18 Operators in C - Part 6 | Bitwise Operators |  C Programming Tutorials
15:21
Jenny's Lectures CS IT
Рет қаралды 464 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
for and while Loops
6:49
Neso Academy
Рет қаралды 765 М.
Java Basics - Increment Decrement Operators
10:26
MargretPosch
Рет қаралды 73 М.
Types of Programming Errors
4:08
ANC
Рет қаралды 13 М.
Logical Operators in C
12:09
Neso Academy
Рет қаралды 445 М.
OpenAI's o1 just hacked the system
26:31
AI Search
Рет қаралды 200 М.
The Genius Way Computers Multiply Big Numbers
22:04
PurpleMind
Рет қаралды 118 М.
Precedence and Associativity of Operators
16:27
Neso Academy
Рет қаралды 361 М.
Increment and Decrement Operators in C (Part 1)
10:55
Neso Academy
Рет қаралды 421 М.
C_19 Operators in C - Part 7 (Bitwise Operators-II) |  C Programming Tutorials
18:20