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
Are comments included during the compilation stage and placed in the EXE file as well?
How do you do dynamic memory allocation in C applications?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Explain what is output redirection?
What is meant by type casting?
What functions are used for dynamic memory allocation in c language?
What is structure padding and packing in c?
Should I learn data structures in c or python?
why programs in c are running with out #include
What is null pointer in c?
What is memcpy() function?
Describe the order of precedence with regards to operators in C.
What is meant by recursion?
List some of the static data structures in C?
What is the heap?