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
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Do pointers take up memory?
program for reversing a selected line word by word when multiple lines are given without using strrev
What are file streams?
What are the types of operators in c?
write a program to copy the string using switch case?
Why is structure important for a child?
What is the advantage of using #define to declare a constant?
What is array in c with example?
Explain what are run-time errors?
can anyone please tell about the nested interrupts?
Write the syntax and purpose of a switch statement in C.
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Which is better between malloc and calloc?
What is a structure in c language. how to initialise a structure in c?