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 |
Can a program have multiple main() functions?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
What are the types of c language?
give an example of type casting by a simple c program
what is mean by Garbage collection ? Please answer me. Advance thanks.
What are header files and explain what are its uses in c programming?
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
second highest number in a given set of numbers
application of static variables in real time
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
What is variables in c?
How to explain the final year project as a fresher please answer with sample project