0
Deleting information from an array can be accomplished by assigning it's index with NULL. Ex. array[1] = NULL; Random access files can be edited with functions within the C Library.
14th Jul 2018, 12:14 AM
MeeoSlammer