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

Can a pointer point to null?

0 Answers  


What is a pointer in c plus plus?

0 Answers  


What are the salient features of c languages?

0 Answers  


Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..

2 Answers  


Explain how to reverse singly link list.

0 Answers  






how to find that no is int or float?

5 Answers  


can we define a function in structure?

2 Answers  


WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"

3 Answers  


What is sorting in c plus plus?

0 Answers  


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,


what is call by value and call by reference

4 Answers  


Is boolean a datatype in c?

0 Answers  


Categories