When you call malloc() to allocate memory for a local
pointer, do you have to explicitly free() it?
Answer Posted / guest
Yes you have to.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is hashing in c language?
What does *p++ do? What does it point to?
What is array in c with example?
Can a program have two main functions?
How can you access memory located at a certain address?
Why c is called a middle level language?
Is it possible to have a function as a parameter in another function?
Explain what are the __date__ and __time__ preprocessor commands?
What is the difference between the = symbol and == symbol?
How are portions of a program disabled in demo versions?
Does c have enums?
What does 3 periods mean in texting?
How the c program is executed?
Explain what are preprocessor directives?
What is difference between static and global variable in c?