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; }
Answer Posted / 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 |
Post New Answer View All Answers
Write a program for finding factorial of a number.
What is the mean of function?
What are the advantages of Macro over function?
How do you view the path?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is header file in c?
What is time complexity c?
Explain what math functions are available for integers? For floating point?
Explain continue keyword in c
What is size of union in c?
What would be an example of a structure analogous to structure c?
Explain what happens if you free a pointer twice?
Can you return null in c?
what is ur strangth & weekness
What are control structures? What are the different types?