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

Which is an example of a structural homology?

773


What is the mean of function?

643


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1583


What is a dynamic array in c?

587


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3134






What is realloc in c?

578


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

1426


How do you define a string?

649


What is && in c programming?

671


What is main return c?

511


What is the difference between mpi and openmp?

727


What does c mean in basketball?

559


What is a union?

603


Why are algorithms important in c program?

614


Can the curly brackets { } be used to enclose a single line of code?

709