What will happen when freeing memory twice
Answers were Sorted based on User's Feedback
Answer / veeresh
Memory is the very valuable, if we leave memory freely then
memory will be wasted and cant be used.
| Is This Answer Correct ? | 0 Yes | 3 No |
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
What is use of bit field?
What are the types of type qualifiers in c?
declare afunction pointer to int printf(char *)?
what is a stack
Is it possible to run a c program without using main?If yes HOW??
What is the difference between int main and void main?
How can I read a binary data file properly?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is c language and why we use it?
How does C++ help with the tradeoff of safety vs. usability?
Why doesn't the code "a[i] = i++;" work?