What are the different pointer models in c?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what header files do I need in order to define the standard library functions I use?

918


Write a program to reverse a given number in c?

830


What is the difference between variable declaration and variable definition in c?

841


What is the method to save data in stack data structure type?

890


what does static variable mean?

886


Write a program to generate random numbers in c?

907


how to execute a program using if else condition and the output should enter number and the number is odd only...

1985


What are the __date__ and __time__ preprocessor commands?

824


What do you mean by a sequential access file?

859


How many types of operator or there in c?

868


Explain how do I determine whether a character is numeric, alphabetic, and so on?

925


Why do we use static in c?

873


How can I get back to the interactive keyboard if stdin is redirected?

927


What is the significance of an algorithm to C programming?

850


What is #include stdlib h?

900