What are the different pointer models in c?

Answers were Sorted based on User's Feedback



What are the different pointer models in c?..

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

What are the different pointer models in c?..

Answer / gg

Dear Satish...
Can U explain in brief... please...

Thank You

Is This Answer Correct ?    0 Yes 0 No

What are the different pointer models in c?..

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

What are the different pointer models in c?..

Answer / sedhurammv

NULL Pointer
Dangling Pointer
Generic Pointers
Wild Pointer
Complex Pointers
Near Pointer
Far Pointer
Huge Pointers

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is mean by Garbage collection ? Please answer me. Advance thanks.

4 Answers   Excel,


What is openmp in c?

0 Answers  


What does volatile do?

0 Answers  


Are the variables argc and argv are always local to main?

0 Answers  


How to swap 3 numbers without using 4th variable?

5 Answers  


What is a string?

0 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  


Explain what is a 'locale'?

0 Answers  


Explain what is the benefit of using enum to declare a constant?

0 Answers  


Dont ansi function prototypes render lint obsolete?

0 Answers  


Which is the best website to learn c programming?

0 Answers  


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


Categories