Hi All,

I was to trying understand an source file ,I came across following line

Code:
void *pParam;
*((char**)pParam) = "SCHD_MODULE";
Why is pParam typecasted to double char pointer?

Thanks