Difference between null pointer and dangling pointer?
Answer Posted / rakshitha
Null pointer is a pointer which doesnot point to any where
in the memory location ,where as dangling pointer points to
memory location having garbage value.
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is spaghetti programming?
What is the use of ?: Operator?
What are examples of structures?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is the difference between array and pointer in c?
Where static variables are stored in memory in c?
What is the use of #include in c?
differentiate built-in functions and user – defined functions.
How do shell structures work?
Explain what is a pragma?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Is int a keyword in c?
Differentiate between declaring a variable and defining a variable?
What are the different types of endless loops?
Explain what is the difference between a string and an array?