Answer Posted / rina
bitwise shift operators
&,|,^,<<,>>
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is difference between scanf and gets?
What is difference between structure and union in c programming?
what is the function of pragma directive in c?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
When should I declare a function?
write a program to find out prime number using sieve case?
What does it mean when the linker says that _end is undefined?
What is the difference between struct and union in C?
Describe how arrays can be passed to a user defined function
Is javascript written in c?
What is the difference between the = symbol and == symbol?
What is the difference between the expression “++a” and “a++”?
How do you view the path?
What is size of union in c?
What is the difference between memcpy and memmove?