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
What is wrong with this initialization?
Explain how can you tell whether a program was compiled using c versus c++?
How do I use strcmp?
What is the use of putchar function?
Is it cc or c in a letter?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is the purpose of ftell?
What is the most efficient way to count the number of bits which are set in an integer?
Explain two-dimensional array.
Explain what does it mean when a pointer is used in an if statement?
How can you convert integers to binary or hexadecimal?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is define c?
How pointers are declared?
Define the scope of static variables.