c lanuage
By manoj1502
@manoj1502 (854)
India
3 responses
@padu19 (1441)
• India
23 Jun 08
Well if you have any doubts regarding dynamic memory allocation, i could help you to some extent..
"Dynamic" refers to "run-time", according to C language. When a data is actually obtained during the program execution, the original memory allocation(given during the variable declaration) may not be enough or compatible with the given data. Also dynamic memory allocation is used when the actual size of a data is not known until it is obtained..
That is why the memory is allocated during execution, which is called as dynamic memory allocation.
This is done using the malloc() and calloc() function.
2 people like this
@vigneshshekar90 (25)
• India
29 Jun 08
iam just learning c language i just know the Basic only so ask me any questions from basic n ill tel....
2 people like this