what are bitwise shift operators?

Answers were Sorted based on User's Feedback



what are bitwise shift operators?..

Answer / rina

bitwise shift operators
&,|,^,<<,>>

Is This Answer Correct ?    7 Yes 4 No

what are bitwise shift operators?..

Answer / vadivel t

To Rina answer:

&, |, ^ are not bit wise shift operator.
just they are unary bit wise operators thats it. Bitwise
shift operators are only >> and <<.

--
VEL

Is This Answer Correct ?    2 Yes 0 No

what are bitwise shift operators?..

Answer / sagar

bitwise shift operators are >>,<<

Is This Answer Correct ?    2 Yes 0 No

what are bitwise shift operators?..

Answer / bhupende r singh

The bitwise shift operators move the bit values of a binary
object.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

what is the mean of c languages.

1 Answers   Polaris,


What is the heap?

0 Answers  


Three major criteria of scheduling.

1 Answers  


if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?

9 Answers   Wipro,


What is LINKED LIST? How can you access the last element in a linked list?

0 Answers   ADP,






Is the following code legal? struct a { int x; struct a b; }

4 Answers  


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

0 Answers  


What is data type long in c?

0 Answers  


How do you determine a file’s attributes?

0 Answers  


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

0 Answers  


What are the 5 types of organizational structures?

0 Answers  


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


Categories