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
How can I ensure that integer arithmetic doesnt overflow?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
what is bit rate & baud rate? plz give wave forms
Explain the process of converting a Tree into a Binary Tree.
Should I learn data structures in c or python?
Are c and c++ the same?
Who developed c language and when?
When should I declare a function?
What is the -> in c?
What are register variables in c?
What does the file stdio.h contain?
What are the types of assignment statements?
In C, What is the #line used for?
Explain what happens if you free a pointer twice?
write a program for the normal snake games find in most of the mobiles.