what is a far pointer
Answers were Sorted based on User's Feedback
Answer / raji
suppose int means take 2byte then far int means take 4bytes
| Is This Answer Correct ? | 7 Yes | 12 No |
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 |
What is actual argument?
how to generate sparse matrix in c
Is multithreading possible in c?
what type of errors are checked during compilation
What are dynamically linked and statically linked libraries?
Explain what are preprocessor directives?
how to find that no is int or float?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
what is the use of ‘auto’ keyword?
wt is d full form of c
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
What is dynamic dispatch in c++?