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

Are pointers integer?

772


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1907


What is the value of uninitialized variable in c?

806


How can I call a function with an argument list built up at run time?

930


What is a string?

892


How can I sort a linked list?

820


What are c header files?

791


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

852


How does placing some code lines between the comment symbol help in debugging the code?

776


write a program to print data of 5 five students with structures?

1846


What is file in c preprocessor?

907


What's the best way of making my program efficient?

849


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1048


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

768


How do I swap bytes?

848