题目内容

When a global variable is declared as static, the scope of the variable is limited to the module in this file.

查看答案
更多问题

Global variables are stored in dynamic storage.

The valid range of global variables defined in a source program file is ( ).

A. Full scope of this source program file
B. All source program files of a C program
C. All ranges in function
D. From defining the location of the variable to the end of the source program file

You can omit the length of a column when defining a 2D array and initializing it.

The elements of a two-dimensional array are stored in memory in rows.

答案查题题库