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
What are loops c?
How do you do dynamic memory allocation in C applications?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is typedef struct in c?
Explain the use of #pragma exit?
What are global variables and explain how do you declare them?
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 are the different data types in C?
What language is lisp written in?
Explain how to reverse singly link list.
What is the difference between declaring a variable and defining a variable?
please explain every phase in the "SDLC" in the dotnet.
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is the need of structure in c?
Is c easy to learn?