%c causes scanf() to expect the corresponding argument to be a pointer to char. Your code is supplying a pointer to pointer to char. Address ...
確定! 回上一頁