What is a far pointer?What is the utility?
Answers were Sorted based on User's Feedback
Answer / chaitanya
pointers are two types.near and far.
if code we are writing is so large and there is necessity
to refer an address in other memory segment we have to use
far pointer.within in the range of 64Kb we can use new
pointer
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / mani
far pointers are of 32 bits.so within the range of 64Kb we
can use this pointer
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / bharat chandra
pointer is dynamic memory allocaton and memory space are
reduce.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rani
utility is an software tool like as we have make utilities in gcc
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is extern used in c?
What is macro?
Explain what are the different file extensions involved when programming in c?
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
Explain modulus operator. What are the restrictions of a modulus operator?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
How can I convert a number to a string?
Can you think of a logic behind the game minesweeper.
What are terms in math?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
regarding pointers concept