int function(const char *p) { const int str_size = strlen(p); char parameter[str_size]; ... }
The above code compiled using Micr