Hi everybody I'm trying to simply create an array of strings as a local variable for some tests and I noticed something strange. I want to declare the following:
char* array[] = {" ",
" ",
" ",
" ",
" "};
That is si..