• 2021-04-14
    下面程序段的运行结果是( )。 char b1[8]='abcdefg', b2[8], *pb=b1+3; while( --pb>=b1) strcpy(b2, pb); printf('%d', strlen(b2));