免费注册 手机版 网站地图 小工具

学而优·知识库

首 页
Q4 : int iVal1 = 0, iVal2 = 0; int * ipVal; ipVal = &iVal1; What is the Value of ip
Q4 :
int iVal1 = 0, iVal2 = 0;
int * ipVal;
ipVal = &iVal1; What is the Value of ipVal = *ipVal =
ipVal = (int*)iVal1; What is the Value of ipVal = *ipVal =
iVal2 = (int)&iVal1; What is the Value of ipVal = *ipVal =
参考答案

关闭

前往注册

我已注册,登录账号 继续查看答案