0% found this document useful (0 votes)
25 views1 page

Dma

Uploaded by

babelneerav299
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

Dma

Uploaded by

babelneerav299
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 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