main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}

Answer Posted / ram

Ans=32

Is This Answer Correct ?    273 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between functions getch() and getche().

795


Are there namespaces in c?

761


What is pointer to pointer in c with example?

727


How are pointers declared in c?

772


Explain logical errors? Compare with syntax errors.

800






Differentiate between a for loop and a while loop? What are it uses?

879


What 'lex' does?

911


What is the ANSI C Standard?

979


What are qualifiers and modifiers c?

716


Differentiate between static and dynamic modeling.

813


What is the purpose of main() function?

890


Where we use clrscr in c?

876


Write a program to implement queue.

845


What is volatile variable in c with example?

760


Tell me what are bitwise shift operators?

850