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
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Can we assign string to char pointer?
Can you tell me how to check whether a linked list is circular?
What are pointers? What are stacks and queues?
Why is c platform dependent?
Explain what is operator promotion?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Differentiate between the = symbol and == symbol?
how to find binary of number?
What is the -> in c?
How does #define work?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Explain how many levels deep can include files be nested?
Differentiate between null and void pointers.
What is #line in c?