А>void fn1(char **qqq) // Две звездочки надо А>{ А> qqq = new char[10]; А> strcpy(qqq, "qqqqqq"); А>}