Bitwise operator | C Technical Interview Questions | Mr. Ramana

preview_player
Показать описание
Bitwise operator | C Technical Interview Questions | Mr. Ramana
► Visit Our Website:

► About NareshIT:

"Naresh IT is the Best Software Training Institute for Hadoop, Salesforce, AWS, DevOps, Sprak, Data Science, Python, Tableau, RPA ,Java, C#.NET, ASP.NET, Oracle, Testing Tools, Silver light, Linq, SQL Server, Selenium, Android, iPhone, C Language, C++, PHP and Digital Marketing in Hyderabad, Chennai and Vijayawada, India which provides online and classroom training classes"

►Call:
India- 8179191999, USA- 404-232-9879

►Our Online Training Features:
1.Training with Real-Time Experts
2.Industry Specific Scenario’s
3.Flexible Timings
4.Soft Copy of Material
5.Share Video's of each and every session.

Check The Below Links:

► Visit Our Website:
Рекомендации по теме
Комментарии
Автор

Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: @t

NareshIT
Автор

the method of explanation with patience is amazing
Great teacher
Thankyou so much sir

cryptogirl
Автор

I think the sign bit (MSB) should be left intact and not involved in shifting. Otherwise at some point in series of left shifts the MSB will become 0 resulting a positive number . Multiplying a negative number with 2 will never result in a positive number

vjkumar
Автор

Amazing lecture sir... From this i learn lot of concepts.... Thankyou so much sir...

shubhamshakya
Автор

You can use this formula for general.
X×2^n .
Here x is -5 amd n is 1 in above example.
Then -5×2^1 =-10.

If n is 2 then it will be -5×2^2 =-20.

So ..on

rajumotapothula
Автор

Thank you soo much sir your explaining very well

srivanikothavadla
Автор

Sir storing real number s and storing integrers topic cheppandi

Poojaworldhandle
Автор

the short cut does not work fine all the time, if the left shifting results in MSB becomes 0 then the nature of the number will change from negative to positive.

zakirahimi
Автор

Please take this like in pointer concept and dynamic memory alllocation

karthikp
Автор

Sir, can we apply the first method to convert Binary to Decimal, if integer type of data type stores 4 bytes.

sambitkumarparaseth
Автор

sir any shortcut for right shift operator?

kiruthika
Автор

from 8:50 onwards the explanation is not satisfying. Every explanation should be based on some logic, no logic was represented for that explanation.

zakirahimi