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
What is array in C
why programs in c are running with out #include
Write a c program to demonstrate character and string constants?
Should a function contain a return statement if it does not return a value?
Define circular linked list.
Why is it that not all header files are declared in every C program?
How can you be sure that a program follows the ANSI C standard?
Which is better between malloc and calloc?
Explain how do you override a defined macro?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Is there any demerits of using pointer?
What is the meaning of c in c language?
What does typedef struct mean?
What is switch in c?
Differentiate between full, complete & perfect binary trees.