int x=5;
printf("%d%d%d",x,x<<2,x>>2);
Answers were Sorted based on User's Feedback
How do you do dynamic memory allocation in C applications?
What is bin sh c?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
What are the main characteristics of c language describe the structure of ac program?
How can you pass an array to a function by value?
Explain the difference between exit() and _exit() function?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
Is c is a middle level language?
What is wrong with this statement? Myname = 'robin';
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
what is the difference between declaration and definition of a variable or function ?
what is an inline function?