logo

Question detail

What is a local variable?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Programming

Exam-style question

Try this first

What is a local variable?.

  1. A.A variable declared inside a subroutine and accessible only there
  2. B.A variable that can be accessed by every subroutine in a program
  3. C.A variable whose value cannot change during program execution
  4. D.A variable that is automatically saved after a program ends

Model answer

What a good answer should say

  • A variable declared inside a subroutine and accessible only there

Explanation

Why this works

A local variable belongs to the subroutine in which it is declared. It cannot be accessed from outside that subroutine.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.