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 |
Explain what are the __date__ and __time__ preprocessor commands?
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
where do we use volatile keyword?
Explain can static variables be declared in a header file?
what is the maximum limit of row and column of a matrix in c programming. in linux .
Can a void pointer point to a function?
define switch statement?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
write a c program that prints all multiples of 3between 1 and 50.
Define and explain about ! Operator?
Do you know what is a programing language ?
what is printf