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

There is a declaration statement as following:

Luz5年前 (2021-05-10)题库1249
There is a declaration statement as following: ``` int* p, q; ``` Accordingly, variables `p` and `q` both are pointers. ~@[](1)

答案:FALSE