Ask Question
4 December, 08:05

Which statement is false? Select one:

A. Arrays that are defined static are automatically initialized once at compile time.

B. A static local variable exists for the duration of the program.

C. A static local variable is visible to other functions.

D. A static local array is not created and destroyed each time the function is entered and exited.

+3
Answers (1)
  1. 4 December, 09:33
    0
    C. A static local variable is visible to other functions

    Explanation:

    C. A static local variable is visible to other functions.

    this statement among the given four statement is False while the others are true because Static variables are defined as the variables whose value remains constant through out the program once initialized. And local static variables are variables whose scope finishes after its block, so they are not visible to other function.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which statement is false? Select one: A. Arrays that are defined static are automatically initialized once at compile time. B. A static ...” in 📙 Physics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers