what will happen if you free a pointer twice after
allocating memory dynamically ?
Answer Posted / manoj
Nothing will happen. program will run fine.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are near, far and huge pointers?
Between macros and functions,which is better to use and why?
Differentiate between a for loop and a while loop? What are it uses?
Is the exit() function same as the return statement? Explain.
Explain how do you print only part of a string?
What are file streams?
What are the types of type specifiers?
What is wrong in this statement? scanf(ā%dā,whatnumber);
Can one function call another?
Why c language is called c?
what is uses of .net
What is the difference between volatile and const volatile?
How old is c programming language?
What does c value mean?
Explain what is the most efficient way to store flag values?