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 is the stack?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
can we implement multi-threads in c.
What is a wrapper function in c?
What does d mean?
What is the difference between volatile and const volatile?
How we can insert comments in a c program?
Why void main is used in c?
Why is c called a mid-level programming language?
what is the syallabus of computer science students in group- 1?
What is strcmp in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is the difference between strcpy() and memcpy() function in c programming?
Write a c program to demonstrate character and string constants?
What is the difference between malloc() and calloc()?