in a c-module I found the definition of a string:
char acString[20] = "";
More typical is:
char acString[20] = { 0 };