,
Share with your friends 

solution of c programming

3 ratings Views 180 
Author: Reena_579e864d (Reena Sharma)  View Profile |  View other solutions by this author

Question / Problem


what are dynamic memory allocations ?

Solution

dynamic memory allocations are those memories which are allocated at run time.
functions are:
  1. calloc()
  2. malloc()
  3. realloc()
  4. free()


Applies to

C

Rank It

Login to rank it

Report


Advertisement