题目内容

Global variables can be used by all functions in a program that are physically placed after the global variable declaration.

查看答案
更多问题

Passing an address is referred to as a function pass by reference, because the called function can reference, or access, the variable using the passed address.

A declaration statement that specifically contains the word ____ is different from every other declaration statement in that it does not cause the creation of a new variable by reserving new storage for the variable.

A. auto
B. static
C. extern
D. register

When using a pointer variable, the value that is obtained is always found by first going to the pointer for an address; this is called indirect addressing.

The default in C is to make calls by reference to limit a called function’s ability to alter variables in the calling function.

答案查题题库