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
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Can we change the value of constant variable in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is d'n in c?
What is file in c preprocessor?
How can I delete a file?
What is the newline escape sequence?
What is the difference between typedef struct and struct?
What does nil mean in c?
What is c standard library?
What is typedf?
What functions are used for dynamic memory allocation in c language?
What do you understand by friend-functions? How are they used?
When should you use a type cast?
What are the disadvantages of c language?