2019/05/11

C empty a char array


char c[30] = "Hello";
memset(c, '\0', sizeof(c));