what are the various memory handling mechanisms in C ?
Answer Posted / henry
malloc(), calloc(), ralloc() are all for allocating memory.
free() is for freeing memory.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is it possible to have a function as a parameter in another function?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What the advantages of using Unions?
How does sizeof know array size?
How do you view the path?
What is indirection in c?
What are global variables and explain how do you declare them?
Why clrscr is used after variable declaration?
Explain which function in c can be used to append a string to another string?
What does typedef struct mean?
Explain the ternary tree?
Give differences between - new and malloc() , delete and free() ?
What are the two types of structure?
What are different types of pointers?
ATM machine and railway reservation class/object diagram