what is the purpose of the code, and is there any problem
with the code?
int f( int n, int l, int r )
{ return (n << l) >> r; }
Answers were Sorted based on User's Feedback
Answer / guest
first it will call to n and then it will move on l or r, if
it is less then or equal to is there so it will return the
value ..... or else it will print the output
| Is This Answer Correct ? | 0 Yes | 2 No |
Can we initialize extern variable in c?
program in c to print 1 to 100 without using loop
How many levels of pointers can you have?
print the table 5 in loops
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
What is s in c?
Does c have an equivalent to pascals with statement?
Why C language is a procedural language?
What is the sizeof () operator?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
Why does not use getgh(); and <conio.h> in c language.