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
Why shouldn’t I start variable names with underscores?
What is data structure in c programming?
write a program to display all prime numbers
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
In c programming language, how many parameters can be passed to a function ?
What is structure padding in c?
Explain what is wrong with this program statement?
Explain how do you determine the length of a string value that was stored in a variable?
Why #include is used in c language?
What are the two forms of #include directive?
Explain what happens if you free a pointer twice?
What is an identifier?
how do you execute a c program in unix.
Explain about the functions strcat() and strcmp()?