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
What is a keyword?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
#include
How can I change their mode to binary?
Write a code to generate a series where the next element is the sum of last k terms.
How can I avoid the abort, retry, fail messages?
what are # pragma staments?
What does void main () mean?
When should the const modifier be used?
What does #pragma once mean?
Explain what is the difference between #include and #include 'file' ?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
In a switch statement, what will happen if a break statement is omitted?
Write a code to remove duplicates in a string.