what is a far pointer
Answer Posted / rachna
far pointer is a pointer that include segment
selector.which is used to select a segment that is outside
the current segment.
Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
When would you use a pointer to a function?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Explain what standard functions are available to manipulate strings?
What is the role of this pointer?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is the difference between union and structure in c?
How is actual parameter different from the formal parameter?
What is the usage of the pointer in c?
what is uses of .net
Why do we use null pointer?
C program to find all possible outcomes of a dice?
What is the size of empty structure in c?
Differentiate between declaring a variable and defining a variable?
please give me some tips for the placement in the TCS.