what are bitwise shift operators?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the format specifier for printing a pointer value?

609


What are categories used for in c?

562


Is it acceptable to declare/define a variable in a c header?

678


program to convert a integer to string in c language'

1982


how to introdu5ce my self in serco

1521






What is difference between main and void main?

624


What is clrscr ()?

633


How #define works?

611


What is the benefit of using an enum rather than a #define constant?

655


Is c call by value?

600


Explain the use of keyword 'register' with respect to variables.

588


What does it mean when a pointer is used in an if statement?

598


Is stack a keyword in c?

632


How do you do dynamic memory allocation in C applications?

626


Explain what standard functions are available to manipulate strings?

610