Have an array of chars like char members[255]. How can I empty it completely without using a loop? char members[255];
How do I put strings into an 2D char array from (for example) a file? char buffert[10][30]; int i = 0; while(!feof(somefile)) {