Explain the concept of "dangling pointers" in C.
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
A dangling pointer points to memory that has been deallocated. Accessing it causes undefined behavior.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
A dangling pointer points to memory that has been deallocated. Accessing it causes undefined behavior.
Is This Answer Correct ? | 0 Yes | 0 No |
who did come first hen or agg
What is this pointer in c plus plus?
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
which types of data structure will i use to convert infix to post fix???
how to get starting address of a running C program
Is printf a keyword?
What is a null string in c?
Explain about C function prototype?
Compare and contrast compilers from interpreters.
Explain what will the preprocessor do for a program?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
How are portions of a program disabled in demo versions?