main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}

Answers were Sorted based on User's Feedback



main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } ..

Answer / guest

5,3,7

Is This Answer Correct ?    4 Yes 17 No

Post New Answer

More C Interview Questions

Explain what are linked list?

0 Answers  


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

0 Answers  


write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+

1 Answers   Reliance,


What are the rules for the identifier?

0 Answers  


what is an inline fuction??

2 Answers  






suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


What is the difference between %d and %*d in C

3 Answers  


What does extern mean in a function declaration?

4 Answers  


what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


program to find the magic square

1 Answers   Infosys,


dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?

1 Answers  


Can you write the function prototype, definition and mention the other requirements.

0 Answers   Adobe,


Categories