main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / vineetha
tell this answer and mail to this id vachika90@gmail.com
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is wrong with this program statement?
Write a Program to find whether the given number or string is palindrome.
What is calloc malloc realloc in c?
Write a program to check whether a number is prime or not using c?
Write a code to generate a series where the next element is the sum of last k terms.
What is s in c?
How pointers are declared?
When should I declare a function?
What is the difference between NULL and NUL?
What is graph in c?
How to declare pointer variables?
How can I make it pause before closing the program output window?
How do you declare a variable that will hold string values?
What is the use of pragma in embedded c?
Which built-in library function can be used to match a patter from the string?