main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}

Answers were Sorted based on User's Feedback



main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }..

Answer / vinod

8

Is This Answer Correct ?    8 Yes 33 No

Post New Answer

More C Interview Questions

write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

0 Answers  


What is void main () in c?

0 Answers  


Why can’t we compare structures?

0 Answers  


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

0 Answers  


What is the real time usage volatile?

2 Answers   Polycom,






c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


How can I find leaf node with smallest level in a binary tree?

1 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


Program to find larger of the two numbers without using if-else,while,for,switch

11 Answers   iNautix, Wipro,


How do you convert strings to numbers in C?

0 Answers  


What is the function of this pointer?

0 Answers   Agilent, ZS Associates,


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

0 Answers  


Categories