main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / amalu
32
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is sorting in c plus plus?
Write a program to reverse a linked list in c.
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is the description for syntax errors?
Write a c program to demonstrate character and string constants?
Can we initialize extern variable in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is type qualifiers?
What does static variable mean in c?
What are the types of pointers in c?
Write a program for Overriding.
What do you understand by friend-functions? How are they used?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?