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
Why do we use header files in c?
What is type qualifiers?
What is the use of bit field?
How do you redirect a standard stream?
What does 1f stand for?
How do we open a binary file in Read/Write mode in C?
What are header files in c programming?
How can I dynamically allocate arrays?
What is the full form of getch?
Why do we use c for the speed of light?
What is #include conio h?
What is a structure member in c?
What is wrong with this initialization?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is the meaning of && in c?