what will happen if you free a pointer twice after
allocating memory dynamically ?
Answer Posted / karnik ankit
segmentation fault will be created
Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
Explain what are run-time errors?
What is the difference between a string and an array?
Why do we need volatile in c?
What is include directive in c?
What does 3 periods mean in texting?
What is pointer in c?
What does the error message "DGROUP exceeds 64K" mean?
Write a program for Overriding.
Explain how can a program be made to print the name of a source file where an error occurs?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Why does everyone say not to use gets?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is the process to generate random numbers in c programming language?
what do you mean by inline function in C?