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 |
what is mean by Garbage collection ? Please answer me. Advance thanks.
What is openmp in c?
What does volatile do?
Are the variables argc and argv are always local to main?
How to swap 3 numbers without using 4th variable?
What is a string?
How can I manipulate strings of multibyte characters?
Explain what is a 'locale'?
Explain what is the benefit of using enum to declare a constant?
Dont ansi function prototypes render lint obsolete?
Which is the best website to learn c programming?
change to postfix a/(b+c*d-e)