I have a loop that populates "char array_of_strings[100][100];" At some point I want to be able to clean it from all the strings added so far and start adding from position 0. ...