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



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

Answer / 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

More C Interview Questions

Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986

1 Answers  


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

0 Answers   Aspiring Minds,


Distinguish between actual and formal arguments.

0 Answers  


How do you determine the length of a string value that was stored in a variable?

0 Answers  


Can you please explain the difference between malloc() and calloc() function?

0 Answers  






Explain what is the advantage of a random access file?

0 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"

6 Answers   IBM,


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?

1 Answers   Wipro,


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


Can you tell me how to check whether a linked list is circular?

1 Answers  


void main() { int i=5; printf("%d",i+++++i); }

17 Answers   ME,


Why doesnt long int work?

0 Answers  


Categories