What is a far pointer?What is the utility?
Answers were Sorted based on User's Feedback
Answer / chaitanya
pointers are two types.near and far.
if code we are writing is so large and there is necessity
to refer an address in other memory segment we have to use
far pointer.within in the range of 64Kb we can use new
pointer
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / mani
far pointers are of 32 bits.so within the range of 64Kb we
can use this pointer
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / bharat chandra
pointer is dynamic memory allocaton and memory space are
reduce.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rani
utility is an software tool like as we have make utilities in gcc
| Is This Answer Correct ? | 0 Yes | 0 No |
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Explain the use of keyword 'register' with respect to variables.
What is the difference b/w Structure & Class?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
what is bit rate & baud rate? plz give wave forms
C,c++, Java is all are structural oriented or procedure oriented language..?
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
what is pointer
what is uses of .net
What is the acronym for ansi?
Explain the concept and use of type void.
How can you allocate arrays or structures bigger than 64K?