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
Define circular linked list.
Is c still used?
What is this infamous null pointer, anyway?
Can you tell me how to check whether a linked list is circular?
what is the basis for selection of arrays or pointers as data structure in a program
Explain what does it mean when a pointer is used in an if statement?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is string concatenation in c?
What is unsigned int in c?
What is the difference between the expression “++a” and “a++”?
What is the use of in c?
c language interview questions & answer
How can I trap or ignore keyboard interrupts like control-c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Explain can you assign a different address to an array tag?