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
When is a void pointer used?
Wt are the Buses in C Language
Explain the properties of union.
List the different types of c tokens?
What is the right way to use errno?
What is signed and unsigned?
What is identifiers in c with examples?
Why c is a procedural language?
Write a C program in Fibonacci series.
What is difference between scanf and gets?
What is #line in c?
What is the use of bitwise operator?
What is a const pointer?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only