what is a far pointer
Answer Posted / praveen kondapaturi
A far/huge pointer is used to access a location which is
outside your current segment.
It includes a segment selector, making it possible to point
to addresses outside of the current segment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between array and structure in c?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Can the curly brackets { } be used to enclose a single line of code?
What is the Purpose of 'extern' keyword in a function declaration?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is an lvalue?
What are global variables and how do you declare them?
Write a program to check prime number in c programming?
What is nested structure?
What is the use of header files?
What is signed and unsigned?
Explain why c is faster than c++?
What is meant by int main ()?
Explain Function Pointer?
What is the explanation for prototype function in c?