main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / amalu
32
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain pointer. What are function pointers in C?
What is an array in c?
ATM machine and railway reservation class/object diagram
What are loops in c?
What are external variables in c?
What does 3 mean in texting?
What is calloc in c?
What is the purpose of type declarations?
Explain about C function prototype?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is the most efficient way to store flag values?
how do you execute a c program in unix.
Why can't I perform arithmetic on a void* pointer?
Why pointers are used in c?
What do you understand by friend-functions? How are they used?