cara mengosongkan string di c

// Zero whole array buffer
memset(buffer,0,strlen(buffer));
Elegant Eel