Multiple choice

The distributed variables are

  1. private

  2. local

  3. global

  4. none of the above

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

Global variables are defined outside of any function and are accessible throughout the entire program, making them available to all parts of the code.