Examlex

Solved

Which Statement Is TRUE

question 11

Multiple Choice

Which statement is TRUE?


Definitions:

Storage Classes

Specifies the visibility and lifetime of variables and/or functions within a C or C++ program.

Constants

Fixed values in code that, once defined, cannot be altered by the program during its execution.

Local Variables

Variables declared within a function or block, accessible only in their scope.

Global Variables

Variables that are defined outside any function and can be accessed from any part of the program.

Related Questions