what are the various memory handling mechanisms in C ?
Answer Posted / santhi
thre are 3 memory handling mechanisms.they are
malloc,calloc,ralloc.
malloc:which allocates memory to a variable dynamically.
calloc:which allocates blocks of memory.
ralloc: which can be used to reallocation of memory incase
of unsufficient memory which is allocated earlier.
using "delete" we can free the memory allocated to a
variable.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How many types of operator or there in c?
What is difference between constant pointer and constant variable?
What does the message "automatic aggregate intialization is an ansi feature" mean?
how to write a c program to print list of fruits in alpabetical order?
What is character constants?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What are the types of variables in c?
Write a program of advanced Fibonacci series.
what is the syallabus of computer science students in group- 1?
plz let me know how to become a telecom protocol tester. thank you.
Differentiate Source Codes from Object Codes
What is the c language function prototype?
Can one function call another?
What does c in a circle mean?
Is struct oop?