what will happen if you free a pointer twice after
allocating memory dynamically ?
Answer Posted / zan
segmentation fault
| Is This Answer Correct ? | 19 Yes | 10 No |
Post New Answer View All Answers
What is the difference between void main and main in c?
What is function in c with example?
Explain what is a static function?
What is bubble sort in c?
Why do we need volatile in c?
Why double pointer is used in c?
Tell me with an example the self-referential structure?
What are the 4 types of organizational structures?
What is meant by operator precedence?
What is array in C
What should malloc() do?
Is multithreading possible in c?
how many errors in c explain deply
What's the right way to use errno?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration