题目内容

The variable secnum is ____. int main() { int secnum; . . . }

A. local to main()
B. global to main()
C. local to the program
D. global to the program

查看答案
更多问题

Coding a function prototype as ____ makes sense when the function is used by a number of other functions in a source code file.

A. private
B. global
C. local
D. void

A function that is called or summoned into action by its reference in another function is a ____.

A. function prototype
B. called function
C. calling function
D. function declaration

A function that calls another function is referred to as the ____.

A. function prototype
B. called function
C. calling function
D. function declaration

The method for adjusting the random numbers produced by a random-number generator to reside within a specified range is called ____.

A. scaling
B. stubbing
C. prototyping
D. converting

答案查题题库