Bitwise Operators in C (Part 2)

preview_player
Показать описание
C Programming & Data Structures: Bitwise Operators in C (Part 2)
Topics discussed:
1. Bitwise left shift operator.
2. Example of bitwise left shift operation.
3. Left shift as multiplication by 2 operator.

Music:
Axol x Alex Skrindo - You [NCS Release]

#CProgrammingByNeso #CProgramming #BitwiseOperators
Рекомендации по теме
Комментарии
Автор

Slowly working through all your lectures. You have a way of making difficult subjects easy to comprehend. Thank you!

TYGAMatt
Автор

it is insane how easy it is to follow your explanations and understand everything that is covered. Huge thanks

seer
Автор

Super helpful! I'm programming some music for my Gameboy, and the low-level operations were giving me some trouble. Now I know what they actually do!

evanmurray
Автор

Comments for myself: From var << 2, it means that var bits gets shifted to the left by 2 positions. Left shift simply moves all the bits to the left of its "container", therefore making room for other bits, newly introduced bits are equal to 0. A cool thing to note is that the value after shifting can be predicted by using the formula of var*(2^shiftedpositions).

compangit
Автор

Thank you master I have an exam on Wednesday and I didn't know that about multiplication to 2^right operand it will save me much time on test. God bless you

petemitchell
Автор

Oh my this is great and I wanna say your setup is wonderful!

terabyteoftflipflopswitche
Автор

I have been studying c essentials in cisco a while ago. I really got messed up with bitwise operations. Bro your video made it looks so easy! I love it!

AL-wcoy
Автор

THIS IS LITERALLYYY THE BEST ONE I HAVE SEEN SO FARR!!! THANK YOU SIRR !!!!

shritea
Автор

I'm sure that is IS THE BEST bitwise operators explanation I've ever encounter ! Thanks dude

oabouassy
Автор

Your really amazing
The best utube channel i have ever found
Thank you sir

twinklebuds
Автор

2:34 Thanks for that informative video

sanskar_choudhary
Автор

Dude. You are amazing. Thank you so much

SCooldudeS
Автор

super se bhi upper. If I had known about Neso Academy earlier, I would have been in the moon today.

vik
Автор

Your academy is doing a great job.Very clear explanation about every topic. Keep it up.

govindarajusrinivas
Автор

Very easy to understand, sir. Thanks for the video.

deepika-hjvu
Автор

Your videos are really helpful. Please try to upload 4-5 per week.

SahilJSawant
Автор

Great explanation, Sir! I really appreciate the visual identity of your videos

josebatista
Автор

This bit will shift towards this position

yahavgal
Автор

You know what. I really like your accent.

bryanpedrosa
Автор

What are the applications of bitwise operators?

Akshaykumar-xryj