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
Are pointers integer?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is the value of uninitialized variable in c?
How can I call a function with an argument list built up at run time?
What is a string?
How can I sort a linked list?
What are c header files?
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
How does placing some code lines between the comment symbol help in debugging the code?
write a program to print data of 5 five students with structures?
What is file in c preprocessor?
What's the best way of making my program efficient?
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 ?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
How do I swap bytes?