Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is a far pointer

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1372


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1222


What is switch in c?

1160


what are non standard function in c

1969


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

2223


How can you increase the allowable number of simultaneously open files?

1210


Explain union. What are its advantages?

1126


Can you add pointers together? Why would you?

1182


What is a char c?

1089


What are directives in c?

1023


What is calloc malloc realloc in c?

1107


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15890


Describe the order of precedence with regards to operators in C.

1100


Not all reserved words are written in lowercase. TRUE or FALSE?

1277


What is wrong with this program statement? void = 10;

1314