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
What does main () mean in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
How can I read and write comma-delimited text?
Differentiate between the = symbol and == symbol?
How variables are declared in c?
What is header file definition?
Is there a way to switch on strings?
What is the best way to store flag values in a program?
Does c have class?
How do we open a binary file in Read/Write mode in C?
What is advantage of pointer in c?
Do you know the difference between malloc() and calloc() function?
How was c created?
What is difference between scanf and gets?
Explain the use of bit fieild.