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
number of times a digit is present in a number
Can you please explain the scope of static variables?
What does == mean in texting?
Do you know what are the properties of union in c?
I need a sort of an approximate strcmp routine?
How do you override a defined macro?
What are the advantages of the functions?
What is difference between %d and %i in c?
Write a program to swap two numbers without using a temporary variable?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
what does static variable mean?
Is c++ based on c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is wrong with this code?
What is use of null pointer in c?