Bitwise operator | C Technical Interview Questions | Mr. Ramana
HTML-код
- Опубликовано: 22 янв 2025
- Bitwise operator | C Technical Interview Questions | Mr. Ramana
►For Registration : goo.gl/r6kJbB ►Call: +91-8179191999
► Visit Our Website:
nareshit.in/
nareshit.com/
► 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"
►For Registration : goo.gl/r6kJbB
►Call:
India- 8179191999, USA- 404-232-9879
Email: online@nareshit.com
►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:
►For Course Reg : goo.gl/r6kJbB
► Subscribe to Our Channel: goo.gl/q9ozyG
► Circle us on G+: plus.google.co...
► Like us on Facebook: / nareshit
► Follow us on Twitter: / nareshitech
► Visit Our Website:
nareshit.in/
nareshit.com/
Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: @t
the method of explanation with patience is amazing
Great teacher
Thankyou so much sir
Best way to teach us, thank you sir
Amazing lecture sir... From this i learn lot of concepts.... Thankyou so much sir...
Very well explained Sir.
Thank you soo much sir your explaining very well
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
excellent sir
Nice explanation!!
Super very useful
Thankyou sir..
Super explained
Great
Nice..
thnx 4 shortcut..
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
thanks bhai
Whats the trick for right shift?
Nupoor For right shift divide the no. By 2n eg-x=5 and n=1 so 5/2^1
It doesnt work in all situations. It is not a general formula.
@@nupoordeshpande1079 for right shift divide the number by 2^n where n is number of shift
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.
Please take this like in pointer concept and dynamic memory alllocation
Sir storing real number s and storing integrers topic cheppandi
7:24 useful info
good
Sir, can we apply the first method to convert Binary to Decimal, if integer type of data type stores 4 bytes.
from 8:50 onwards the explanation is not satisfying. Every explanation should be based on some logic, no logic was represented for that explanation.
sir any shortcut for right shift operator?
divide the operand by 2 and apply same sign
@@dsandhya6574 can u give example ??
X=6
X=X>>1 ( means 6 is divided by 2, 1 times)
So X=3
@@Manoj-qf6lq for left shift like x=6 and we have to find x
96
GARDA URAH DIYA SIR