Malloc( ) method in C | Dynamic Memory Allocation | #malloc_in_c
Welcome to our channel,
Malloc is a built-in-function declares in the header file stdlib.h
Malloc( ) stands for memory allocation.
Malloc method in C is used to dynamically allocate a single large block of memory with the specified size.
Syntax:
Ptr = (cast-type*) malloc (byte-size)
#malloc #mallocinc #mallocinhindi #malloc_in_c #malloc_in_c_hindi #malloc_c_language #malloc_dynamic_memory_allocation #dynamic_memory_allocation
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.