Answer Posted / nashiinformaticssolutions
A dangling pointer points to memory that has been deallocated. Accessing it causes undefined behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a stream?
What is the purpose of macro in C language?
What is the purpose of clrscr () printf () and getch ()?
what do you mean by inline function in C?
Explain the use of 'auto' keyword
If the size of int data type is two bytes, what is the range of signed int data type?
Explain the difference between ++u and u++?
What does 2n 4c mean?
Are there constructors in c?
Which header file is essential for using strcmp function?
What are the types of assignment statements?
Explain how do you determine whether to use a stream function or a low-level function?
Differentiate call by value and call by reference?
How can I ensure that integer arithmetic doesnt overflow?
What are c header files?