Thread
:
Difference between realloc() and
View Single Post
#
2
(
permalink
)
07-02-2008, 05:01 AM
tsreedharam
Junior Member
Join Date: Jul 2008
Location: hyd
Posts: 2
realloc() means it giving string variables into the existed memory i.e;if arr[]=5 is full then u want entered data into arr[]=5 first destroys that data after that memory will allocated.
free means it empties the array
tsreedharam
View Public Profile
Send a private message to tsreedharam
Find all posts by tsreedharam