Question
a.
Left shift operator shifts individual bits on the left side
b.
When shifting left side, overflow bits are ignored.
c.
Zeroes are filled on the right 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 correct statement about Left Shift Operator << .
Similar Questions
Discover Related MCQs
Q. Choose a correct statement about Right Shift Operator >> .
View solution
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!