main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / a.jayashree
ans is=10;
if its wrong give me right ans to jshree20@gmail.com
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
When is a void pointer used?
Explain the term printf() and scanf() used in c language?
Explain continue keyword in c
How can I recover the file name given an open stream?
How do you sort filenames in a directory?
Explain how can you tell whether two strings are the same?
What is the scope of static variable in c?
What is difference between stdio h and conio h?
What are the 5 organizational structures?
What does %c mean in c?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What are types of structure?
can anyone please tell about the nested interrupts?
What are operators in c?
What is f'n in math?