What are the different pointer models in c?

Answer Posted / sathish kumar

Hi All,

This is sathish. Upto my knowledge you have three types of
pointers in C. They are

1) Near
2) Far
3) Huge

Thanks & Regards

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suggesting that there can be 62 seconds in a minute?

594


Should a function contain a return statement if it does not return a value?

592


which is conditional construct a) if statement b) switch statement c) while/for d) goto

734


Why do we use static in c?

629


What are the advantages of the functions?

602






What are the types of data structures in c?

596


What is the use of gets and puts?

597


What are qualifiers?

613


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

694


Explain what is wrong with this program statement?

617


What is the use of ?: Operator?

660


What are comments and how do you insert it in a C program?

737


What is break statement?

627


What is difference between function overloading and operator overloading?

651


what is the structure pointer?

1642