main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / shital
ans is :32
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
Difference between MAC vs. IP Addressing
Explain that why C is procedural?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
How can I direct output to the printer?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is the explanation for cyclic nature of data types in c?
What is floating point constants?
Is return a keyword in c?
Should I learn data structures in c or python?
What are the different types of objects used in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is && in c programming?
What is the difference between Printf(..) and sprint(...) ?
In which header file is the null macro defined?
How are Structure passing and returning implemented by the complier?