-->
当前位置:首页 > 题库

单选题:下面程序段执行后的输出结果是( )。

Luz5年前 (2021-05-10)题库874
下面程序段执行后的输出结果是( )。
```

char *s = "abcde";
s += 2;
printf( "%d", s );
```

答案:C