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 does ‘Bus Error’ mean?
Define VARIABLE?
How to avoid structure padding in C?
How can you increase the size of a dynamically allocated array?
What is data structure in c programming?
What does the function toupper() do?
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
i need all types of question paper releted to "c" and other language.
Explain setjmp()?
what is software?
What is operator precedence?
why division operator not work in case of float constant?