第24题: [单项选择]下面程序的输出结果是( )。 # include <stdio.h> int x=1; void main( ) { int x=2; printf("%d,",x); if(x==1) { int x=4; printf("%d,",x++); } printf("%d",x++); } A. 2,2 B. 1,1,2 C. 2,4,3 D. 2,3 参考答案:A 答案解析:[解析] 虽然全局变量的作用域是整个程序,但如果某个函数或语句块中又声明了同名的局部变量,则全局变量被屏蔽,在该函数或语句块中所用到的该变量都是那个同名的局部变量。所以,本题程序第二行定义的全局变量i
第26题: [简答题]Another worry is that brain-scanning is an invasion of privacy and that information will be compiled on the preferences of specific individuals. But neuromarketing studies rely on small numbers of volunteer subjects, so that seems implausible. 参考答案:另一个担忧是,大脑扫描是一种对个人隐私的侵犯,并且信息会根据特定的个人喜好进行编制。但神经营销学的研究对象是少数志愿受试者,所以这似乎不太可能。