what is a far pointer
Answer Posted / sanjiv sharma
a far pointer is a pointer which includes a segment
selector, making it possible to point to addresses outside
of the current segment.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What are variables and it what way is it different from constants?
The difference between printf and fprintf is ?
What is the scope of global variable in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Explain what are multibyte characters?
The file stdio.h, what does it contain?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
what does static variable mean?
Is stack a keyword in c?
What is call by reference in functions?
What is 'bus error'?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Is main is a keyword in c?
How many levels of pointers can you have?