what is diff b/w huge & far & near pointer??

Answer Posted / mani

far pinters are of 32 bits n near pointers are of 16 bits

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should you use a type cast?

595


Which is best book for data structures in c?

601


What do mean by network ?

661


provide an example of the Group by clause, when would you use this clause

1711


What is the hardest programming language?

673






What is malloc() function?

642


What functions are used in dynamic memory allocation in c?

599


What does %d do?

729


Write a program to swap two numbers without using third variable?

818


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1624


What is a file descriptor in c?

568


How will you find a duplicate number in a array without negating the nos ?

1650


What is wrong in this statement?

608


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3694


what is recursion in C

619