Employer Zone
Take a tour
Register
Login
,
Share with your friends
solution of c programming
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:
calloc()
malloc()
realloc()
free()
Applies to
C
Rank It
N/A
0
1
2
3
4
5
6
7
8
9
10
Login to rank it
Report
Advertisement