What is a far pointer?What is the utility?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2165


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2330


What are identifiers in c?

628


Write a code on reverse string and its complexity.

599


What is c programming structure?

614






in linking some of os executables are linking name some of them

1647


What is #ifdef ? What is its application?

640


What is type qualifiers?

653


What are runtime error?

619


Explain how do you print only part of a string?

642


Why should I use standard library functions instead of writing my own?

665


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

600


What is %lu in c?

675


What does main () mean in c?

609


write a program to print largest number of each row of a 2D array

1864