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
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What are the types of c language?
How can I manipulate strings of multibyte characters?
What is the difference between local variable and global variable in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
List the variables are used for writing doubly linked list program.
Why is c called c?
What is the hardest programming language?
Explain what are the different file extensions involved when programming in c?
What is an expression?
Describe the header file and its usage in c programming?
What is the use of sizeof () in c?
What is bubble sort technique in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is the use of structure padding in c?