Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

a memeory is a storage capaciter which holds the components like variables ,

functions,structures.
two types of storage
1. complie time 2. run time
DYNAMIC MEMORY ALLOCATION
allocat and deallocat which can be done at run time.
four function:
malloc(),calloc(),
Computer memory
1. local variable
2. Dynamic memory
3.global variable
4. Proograms instruction
5. Static variable
malloc() function
- it is predefined library function that stand for memory allocation.
- allocate a specified size of memory block at run time.

You might also like