main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answers were Sorted based on User's Feedback
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
4. main() { int c=- -2; printf("c=%d",c); }
what is the little endian and big endian?
how to multiply two number taking input as a string (considering sum and carry )
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Explain what is the difference between the expression '++a' and 'a++'?
When is the “void” keyword used in a function?
Explain the binary height balanced tree?
What is meant by inheritance?
What is conio h in c?
how can we Declare a variable in c without defining it.
What are the disadvantages of c language?