请在 下方输入 要搜索的题目:

Suppose we have two int called p and q. How can we change the address of p to match the address of q?<p><br></p>


A、

&p = &q


B、

&p = *q


C、

*p = &q


D、

*p = *q


E、

You cannot change the address of p

发布时间:2025-08-07 14:45:39
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:E
专业技术学习
专业技术学习
搜搜题库系统