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
Explain the bubble sort algorithm.
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Why is this loop always executing once?
Why is c called c not d or e?
What is identifiers in c with examples?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What is a node in c?
Why is c so popular?
Give me the code of in-order recursive and non-recursive.
What is the process to create increment and decrement stamen in c?
What is structure of c program?
How many identifiers are there in c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Do pointers need to be initialized?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.