Answer Posted / 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 |
Post New Answer View All Answers
Is it fine to write void main () or main () in c?
Where in memory are my variables stored?
What is the significance of scope resolution operator?
What is pointer in c?
a c code by using memory allocation for add ,multiply of sprase matrixes
application attempts to perform an operation?
How to find a missed value, if you want to store 100 values in a 99 sized array?
what is the diffrenet bettwen HTTP and internet protocol
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is s or c?
Explain the difference between structs and unions in c?
What are the ways to a null pointer can use in c programming language?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What are variables and it what way is it different from constants?