填空题 下面程序的运行结果是( )。 #include using namespace std; int main 1 { char s[]="abc": char *p=s; while (*p!=W) p++; cout<<(p-s)<
  • 1、
【正确答案】 1、3    
【答案解析】