View Single Post
  #2 (permalink)  
Old 07-02-2008, 05:01 AM
tsreedharam tsreedharam is offline
Junior Member
 
Join Date: Jul 2008
Location: hyd
Posts: 2
Send a message via Yahoo to tsreedharam
Default

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
Reply With Quote