Examlex

Solved

Which of the Following Statements Is True

question 86

Multiple Choice

Which of the following statements is true?


Definitions:

Global Variables

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

Declaration Statement

A statement in programming that specifies a variable's type (and optionally its initial value) without executing any logic.

Auto Class

Auto Class in programming specifies that the storage duration and scope of the variable are automatically determined based on its context within a function.

Related Questions