单选题 以下程序的输出结果是( )。 #include using namespace std; void fun(char**c() { ++q; cout<<*q<
【正确答案】 C
【答案解析】解析:由程序main主函数入手,调用fun函数,在fun函数中执行“cout<<*q<