Answer Posted / sekhar
free takes the pointer variable as argument. The intial
data at that location holds a value of number of bytes that
pointer is pointing to. Based on that information, it frees
the memory.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Can a void pointer point to a function?
What is the best organizational structure?
Explain the advantages of using macro in c language?
How can I handle floating-point exceptions gracefully?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Does c have function or method?
How can you avoid including a header more than once?
What is the purpose of void pointer?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is wrong with this program statement?
How can I run c program?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..