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
What are linked lists in c?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What are the preprocessor categories?
How can I write a function that takes a format string and a variable number of arguments?
What is difference between constant pointer and constant variable?
What will be your course of action for a push operation?
Where in memory are my variables stored?
What is meant by int main ()?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Why static variable is used in c?
What is a pointer variable in c language?
What is the purpose of realloc()?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What kind of structure is a house?