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 c programing language?
What is the use of a ‘ ’ character?
Can the curly brackets { } be used to enclose a single line of code?
State the difference between x3 and x[3].
What is a pointer variable in c language?
Define macros.
what is uses of .net
What are global variables?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Is boolean a datatype in c?
How do you use a pointer to a function?
How can I invoke another program or command and trap its output?
What is bin sh c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?