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 const volatile variable in c?
What is the maximum length of an identifier?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is the right type to use for boolean values in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is c programing language?
What functions are used for dynamic memory allocation in c language?
How can you draw circles in C?
Can we declare variables anywhere in c?
Between macros and functions,which is better to use and why?
Difference between goto, long jmp() and setjmp()?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is union in c?
What is the newline escape sequence?
Why do we need arrays in c?