what are bitwise shift operators?

Answer Posted / rina

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

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a pointer on a pointer in c programming language?

626


Explain the difference between ++u and u++?

646


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

1605


How can you invoke another program from within a C program?

622


Write a program to print numbers from 1 to 100 without using loop in c?

646






What does printf does?

755


what do you mean by inline function in C?

624


Do string constants represent numerical values?

933


What is ponter?

777


Why c is called a mid level programming language?

610


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

926


Tell me is null always defined as 0(zero)?

681


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

650


Is c is a high level language?

627


What is void main ()?

617