Multiple choice

The ____ variable is present in the short and selected programs.

  1. local

  2. global

  3. both of the above

  4. none of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Local variables are defined within a specific function or block and are only available within that scope, making them suitable for specific, short tasks.