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


Please Help Members By Posting Answers For Below Questions

console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

650


What is the difference between functions abs() and fabs()?

641


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2601


What is size of union in c?

578


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

732






What are the different properties of variable number of arguments?

657


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2713


Is there anything like an ifdef for typedefs?

694


Why do we use int main instead of void main in c?

611


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

603


What is static and volatile in c?

773


What is a dynamic array in c?

587


What happens if a header file is included twice?

583


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1581


What is an array in c?

589