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 |
What are the two types of functions in c?
What would be an example of a structure analogous to structure c?
what is the different bitween abap and abap-hr?
what is diognisis?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
can we execute the program with the object file
Explain what is the purpose of "extern" keyword in a function declaration?
Write a program to show the change in position of a cursor using c
How can I change the size of the dynamically allocated array?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
how to find out the inorder successor of a node in a tree??
How do you print an address?