main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / shital
ans is :32
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
code for quick sort?
Explain what is a const pointer?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What does c mean before a date?
What is identifiers in c with examples?
What does sizeof int return?
while initialization of array why we use a[][2] why not a[2][]...?
Why dont c comments nest?
What is character constants?
Why main function is special give two reasons?
How can I read and write comma-delimited text?
What is realloc in c?
Is c dynamically typed?