Question
a.
Right shift operator shift individual bits on to the right side.
b.
When shifting bits right side, overflow bits on the right are ignored or truncated.
c.
Zeroes are filled on the left side.
d.
All of the above
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Choose a correct statement about Right Shift Operator >> .
Similar Questions
Discover Related MCQs
Q. What is a Single Operand Operator below?
View solution
Q. What is the Bitwise operator used to seta particular bit value to 1?
View solution
Q. What is the Bitwise operator used set a particular bit to Zero 0?
View solution
Q. Which is Bit Toggling operator below?
View solution
Q. Which is the format specifier used to prefix 0x and print a number in hexadecimal notation?
View solution
Q. Left Shift operation is equivalent to
View solution
Q. Right Shift operation >> is equivalent to
View solution
Q. What is the minimum and maximum values in Octal Number System?
View solution
Q. What number system is not understood by C language compiler directly?
View solution
Q. Choose a correct statement about C Bitwise operators.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!