adplus-dvertising
frame-decoration

Question

Choose correct statement about Left Shift Operator << .

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

Answer: (d).All of the above

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 << .