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


Please Help Members By Posting Answers For Below Questions

What is spaghetti programming?

865


What is the use of ?: Operator?

882


What are examples of structures?

779


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1210


What is the difference between array and pointer in c?

790


Where static variables are stored in memory in c?

701


What is the use of #include in c?

792


differentiate built-in functions and user – defined functions.

850


How do shell structures work?

775


Explain what is a pragma?

780


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

2007


Is int a keyword in c?

727


Differentiate between declaring a variable and defining a variable?

806


What are the different types of endless loops?

812


Explain what is the difference between a string and an array?

872