CopyBits(x,p,n,y)
copy n LSBs from y to x starting LSB at 'p'th position.
Answer Posted / vino
can you pls explain the above logic?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
hi send me sample aptitude papers of cts?
Write a program of prime number using recursion.
Why is #define used?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
How many data structures are there in c?
Is using exit() the same as using return?
What is define directive?
What is the data segment that is followed by c?
When should a type cast not be used?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What are the types of variables in c?
Is it possible to initialize a variable at the time it was declared?
What is the symbol indicated the c-preprocessor?