answersLogoWhite

0

Sample program for far pointers

User Avatar

Anonymous

17y ago
Updated: 8/16/2019

#include<stdio.h)

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

How to write a C program to find largest 2 numbers using pointers?

program to find maximum of two numbers using pointers


How pointers reduce the length of a program?

They don't.


Why are header files not required when using far and near pointers?

In C programming, header files are required. It doesn't matter if you are using near pointers, far pointers, both, or neither -- you still need header files. There is no connection between the necessity of header files and the pointers' size.


Write a program to illustrate the usage of pointers with arrarys and functions?

* * * * * * * * * * write the c++ program and show me brifily?


When should a far pointer be used?

Never. 'near' and 'far' pointers are outdated by twenty years!


How to declare near and far pointers in C?

It used to be a good question 30 years ago. Right know you don't have to know anything about near and far pointers; but if you still use a 16-bit compiler, select 'Large Model' (or 'Huge Model'), and forget 'near' and 'far'


Write a sample program using ASPNET explaining all the syntax and semantics of the program?

write a sample program using asp.net explaining all the syntax and semantics of the program


Does someone has ISRO Sample Paper for Research Program?

Yes. There a number of people who have ISRO sample Paper for Research Program.


What will be the program to arrange numbers stored in array in ascending order using pointers?

sorry


Write a c program to copy two strings using pointers?

nahi malum


Do ocular lenses have pointers?

No, ocular lenses do not have pointers. Ocular lenses are used in microscopes and other optical devices to magnify the image for the viewer, but they do not have built-in pointers. Pointer devices are typically separate tools used for indicating or highlighting specific areas of interest in a microscopic sample.


What are near pointers in c?

Just forget it, it was a question twenty years ago when we worked in MS-DOS with a 16/20 bit CPU. Near pointers contain 16 bits, far pointers contain 32 bits (but only 1MB (or 1MB+65520 bytes) are really addressible).