What are the different pointer models in c?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / gg
Dear Satish...
Can U explain in brief... please...
Thank You
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ashwin kumar
According to size of program in code area,data area and
stack area there are six type of memory model:
1. Tiny
2. Small (default)
3. Medium
4. Compact
5. Large
6. Huge
Note: - to change memory model (in turbo c) go to
Option->compiler->code generation.
| Is This Answer Correct ? | 0 Yes | 0 No |
NULL Pointer
Dangling Pointer
Generic Pointers
Wild Pointer
Complex Pointers
Near Pointer
Far Pointer
Huge Pointers
| Is This Answer Correct ? | 0 Yes | 0 No |
Example of friendly function in c++
What is d scanf?
How do I declare a pointer to an array?
write a own function for strstr
Explain enumerated types in c language?
Which is better pointer or array?
What are the basic data types associated with c?
Which is better malloc or calloc?
What is the general form of a C program?
What is a static variable in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What happens if header file is included twice?