单项选择题当调用函数时,实参是一个数组名,则向函数传送的是______。
单项选择题下列程序的输出结果是______。 main() unsigned short a=65536;int b; printf( %d n ,b:a);