综合知识
真题
(2021年下半年)
执行如下C语言代码后,变量i的值是(59)。
int i = 99;
void *vp = &i;
*( int *)vp = 1000;
int i = 99;
void *vp = &i;
*( int *)vp = 1000;