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
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Explain modulus operator. What are the restrictions of a modulus operator?
What are examples of structures?
What is the difference between printf and scanf )?
Why is event driven programming or procedural programming, better within specific scenario?
In C language what is a 'dangling pointer'?
Can you tell me how to check whether a linked list is circular?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What is the -> in c?
Can we access array using pointer in c language?
Is fortran still used in 2018?
How to Throw some light on the splay trees?
What are the key features in c programming language?
Hi can anyone tell what is a start up code?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(