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 |
How can I make sure that my program is the only one accessing a file?
WHAT IS MEANT BY LIFE?
what is the difference between i++ and ++i?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
What is far pointer in c?
what is array?
how to devloped c lenguege?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
What are the 5 types of inheritance in c ++?
write a program to generate 1st n fibonacci prime number
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
Explain demand paging.