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 are identifiers in c?
Should I learn data structures in c or python?
What is the use of the restrict keyword?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is the difference between procedural and functional programming?
What is c system32 taskhostw exe?
How pointers are declared?
How can I ensure that integer arithmetic doesnt overflow?
explain what are actual arguments?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
what are the uses of structure?