what is the output of below code
int x=8,y;
x>>=2;
y=x;
what is y value.
NOTE:EXPLANATION IS COMPALSARY with binary bits
Answer Posted / rajiv
2
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What language is windows 1.0 written?
What is table lookup in c?
Explain the priority queues?
What is the general form of function in c?
Can you please explain the difference between syntax vs logical error?
What is the difference between malloc calloc and realloc in c?
What are keywords in c with examples?
What should malloc(0) do?
Is c# a good language?
find out largest elemant of diagonalmatrix
What is cohesion and coupling in c?
What are the back slash character constants or escape sequence charactersavailable in c?
C program to find all possible outcomes of a dice?
Why do we use pointer to pointer in c?
Can a variable be both static and volatile in c?