main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / vineetha
tell this answer and mail to this id vachika90@gmail.com
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How can I swap two values without using a temporary?
Why do we use c for the speed of light?
What is the correct code to have following output in c using nested for loop?
Subtract Two Number Without Using Subtraction Operator
What is linear search?
Why is not a pointer null after calling free?
What are header files why are they important?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is multidimensional arrays
What is array of structure in c?
What is the meaning of ?
Why can't I perform arithmetic on a void* pointer?
in iso what are the common technological language?
How can I generate floating-point random numbers?