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 |
How will you delete a node in DLL?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
How can you access memory located at a certain address?
how does printf function work
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
Write a program using bitwise operators to invert even bits of a given number.
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
Why cant I open a file by its explicit path?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }