main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / abhishek ranjan
32
| Is This Answer Correct ? | 37 Yes | 3 No |
Post New Answer View All Answers
Explain what is the difference between a string and an array?
What is call by reference in functions?
Can you explain the four storage classes in C?
Is there any possibility to create customized header file with c programming language?
What is a nested formula?
What are two dimensional arrays alternatively called as?
Which is the memory area not included in C program? give the reason
What is the purpose of main( ) in c language?
Which driver is a pure java driver
How do I copy files?
Explain the difference between exit() and _exit() function?
Is boolean a datatype in c?
What are the types of data types and explain?
What does typeof return in c?
Hai what is the different types of versions and their differences