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

What is %g in c?

641


What is pass by reference in c?

621


What does 4d mean in c?

961


What is an identifier?

634


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3669






What is the process of writing the null pointer?

613


What is the size of empty structure in c?

603


Explain how are 16- and 32-bit numbers stored?

791


Is c easy to learn?

569


how to find binary of number?

3464


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

635


Tell me can the size of an array be declared at runtime?

607


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1275


What is a char c?

601


Why calloc is better than malloc?

582