如果有定义:int m, n = 5, *p = &m; 与m = n 等价的语句是 () 。

A.m = *p; B.*p = *&n; C.m = &n; D.m = **p;

时间:2023-11-06 12:16:28

相似题目