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 is the use of static variable in c?
What are qualifiers and modifiers c?
What is the difference between procedural and declarative language?
What are the types of data types and explain?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Explain is it better to bitshift a value than to multiply by 2?
What is static and volatile in c?
What is modifier & how many types of modifiers available in c?
Wt are the Buses in C Language
Why do we use & in c?
What is main () in c language?
Is c high or low level?
Explain the term printf() and scanf() used in c language?
What is bash c?