what is a far pointer

Answers were Sorted based on User's Feedback



what is a far pointer..

Answer / raji

suppose int means take 2byte then far int means take 4bytes

Is This Answer Correct ?    7 Yes 12 No

what is a far pointer..

Answer / narender bhardwaj

a normal pointter can only point to the main memory
location, while the far pointer can have an address of any
location of ur memory, including seconday one

Is This Answer Correct ?    29 Yes 39 No

Post New Answer

More C Interview Questions

What are the 4 types of organizational structures?

0 Answers  


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


Reverse a string word by word??

9 Answers  


pierrot's divisor program using c or c++ code

0 Answers  


Why is c so popular?

0 Answers  






char p="data"; printf(p);

2 Answers  


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


What are integer variable, floating-point variable and character variable?

0 Answers  


what r the cpu registers r ther?

1 Answers  


Categories