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
in linking some of os executables are linking name some of them
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is omp_num_threads?
What are all different types of pointers in c?
What is wrong with this program statement?
write a c program in such a way that if we enter the today date the output should be next day's date.
Why header files are used?
Differentiate fundamental data types and derived data types in C.
What does == mean in texting?
What is table lookup in c?
What is the difference between fread buffer() and fwrite buffer()?
How do you print an address?
What are the types of pointers in c?
How do I read the arrow keys? What about function keys?
Explain main function in c?