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

There is a declaration as following:

Luz5年前 (2021-05-10)题库1271
There is a declaration as following: ``` char a[10],b[10]="abc123"; ``` Therefore, ```a=b```is used to copy a string from `b` to `a`. ~@[](1)

答案:FALSE