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
Write a program to swap two numbers without using a temporary variable?
What is wrong with this declaration?
Why do we use & in c?
How do you define CONSTANT in C?
What is a far pointer in c?
How do you construct an increment statement or decrement statement in C?
Tell me what are bitwise shift operators?
Can we add pointers together?
How does placing some code lines between the comment symbol help in debugging the code?
shorting algorithmS
Differentiate between null and void pointers.
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Why static variable is used in c?
How does free() know explain how much memory to release?
What is the use of typedef in c?