what are bitwise shift operators?
Answers were Sorted based on User's Feedback
Answer / bhupende r singh
The bitwise shift operators move the bit values of a binary
object.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the advantages and disadvantages of c language?
main() { int i; printf("%d",i^i); }
how to find turn around time in operating system?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Total of how many functions are available in c?
Explain how can I remove the trailing spaces from a string?
What is the use of clrscr?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
What is linear search?
How can I access memory located at a certain address?
When should a far pointer be used?
What are the main characteristics of c language describe the structure of ac program?