What will happen when freeing memory twice

Answer Posted / kav_029

May leads to dangling pointer

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is a pragma?

594


What is c value paradox explain?

576


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

643


What are run-time errors?

600


What is the right type to use for boolean values in c?

587






which is an algorithm for sorting in a growing Lexicographic order

1398


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

719


Why flag is used in c?

651


What is the process of writing the null pointer?

607


Where are the auto variables stored?

626


What are different types of operators?

598


What is the size of structure pointer in c?

614


What is far pointer in c?

813


Is c object oriented?

542


Tell me the use of bit field in c language?

630