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


Please Help Members By Posting Answers For Below Questions

What is the -> in c?

586


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

676


what are # pragma staments?

1631


Why static variable is used in c?

559


regarding pointers concept

1576






What are local static variables?

620


List the difference between a While & Do While loops?

640


What is c mainly used for?

600


How many main () function we can have in a project?

615


Which are low level languages?

637


What is the difference between malloc() and calloc()?

618


How to establish connection with oracle database software from c language?

1678


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2650


When should the volatile modifier be used?

688


Is it better to use malloc() or calloc()?

650