Difference between null pointer and dangling pointer?

Answer Posted / sourisengupta

If free() is not able to free the memory then how we are
freeing the memory????

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Should I learn data structures in c or python?

571


Are bit fields portable?

669


Write a program to show the change in position of a cursor using c

573


What is || operator and how does it function in a program?

620


Why void main is used in c?

559






write a c program in such a way that if we enter the today date the output should be next day's date.

1677


Write a program to print "hello world" without using a semicolon?

587


What are the three constants used in c?

538


What is an array? What the different types of arrays in c?

649


What the different types of arrays in c?

607


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

972


Not all reserved words are written in lowercase. TRUE or FALSE?

717


Where can I get an ansi-compatible lint?

634


What are the main characteristics of c language describe the structure of ac program?

604


In a switch statement, explain what will happen if a break statement is omitted?

619