What are the different types of pointers?
Answer Posted / raj.s
Null pointer and wild pointer.
Null pointer :A null pointer has a reserved value, often
but not necessarily the value zero, indicating that it
refers to no object.
Wild pointer : Wild pointers are pointers that have not
been initialized and may make a program crash or behave
oddly.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are derived data types in c?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is a substring in c?
How can I insert or delete a line (or record) in the middle of a file?
What is a rvalue?
What is dynamic dispatch in c++?
What is void main ()?
Explain what is the concatenation operator?
How many bytes are occupied by near, far and huge pointers (dos)?
What are formal parameters?
Write a program to print “hello world” without using semicolon?
What are near, far and huge pointers?
Explain what is the difference between functions getch() and getche()?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
How important is structure in life?