what is a far pointer
Answer Posted / jagdeep
Far pointer is 4 byte poinetr and near pointer is 2 byte
pointer.Far pointer is used to point any specified memory
location but near pointer is used to specify only main
memory location.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Is flag a keyword in c?
please explain every phase in the "SDLC" in the dotnet.
Why doesnt that code work?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Explain what is #line used for?
What would be an example of a structure analogous to structure c?
Explain how to reverse singly link list.
What is hash table in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Explain do array subscripts always start with zero?
What is c variable?
Explain pointers in c programming?
In C programming, what command or code can be used to determine if a number of odd or even?
Explain the difference between ++u and u++?
What is the process to generate random numbers in c programming language?