int y=1, x, *p, a[ ]={2,4,6,8,10}; p=&a[1]; for(x=0;x<3;x++)

int y=1, x, *p, a[ ]={2,4,6,8,10}; p=&a[1]; for(x=0;x<3;x++) y + = * (p + x);

查看答案

输出1900~2000年中所有的闰年。每输出3个年号换一行。(判断闰年的条件为下面二者之一:能被4整除,但不能被100整

输出1900~2000年中所有的闰年。每输出3个年号换一行。(判断闰年的条件为下面二者之一:能被4整除,但不能被100整除。或者能被400整除。)

查看答案

编程将文件read.txt中的字符读出显示到屏幕上。

编程将文件read.txt中的字符读出显示到屏幕上。

查看答案

int *p 的含义是______________________________。

int *p 的含义是______________________________。

查看答案

Which of the following is Not mentioned as something that ha

Which of the following is Not mentioned as something that happened at the beginn

查看答案