题目内容

Before marriage, younger Americans date each other, that is, they often go out together. Casual dating usually begins in the early teens, and in the late teens a _______ of steady dating develops. There is a great _________ that one goes to a dance with one person, to a football game with another, and to a picnic with a third.

查看答案
更多问题

按c语言的规定,以下不正确的说法是()。

A. 实参可以是常量、变量或表达式
B. 形参可以是常量、变量和表达式
C. 实参可以为任意类型
D. 形参应与其对应的实参类型一致

以下正确的函数定义形式是()。

A. double fun(int x,int y)
B. double fun(int x;int y)
C. double fun(int x,y)
D. double fun(int x,y;)

在一个源文件中定义的全局变量的作用域是()。

A. 本文件的全部范围
B. 本程序的全部范围
C. 本函数的全部范围
D. 从定义该变量的位置开始至本文件结束为止

c语言规定,调用一个函数时,实参变量和形参变量之间的数据传递是()。

A. 地址传递
B. 值传递
C. 由实参传递给形参,并由形参传回给实参
D. 由用户指定传递方式

答案查题题库