Question: 17

Which of the following type of variable is visible everywhere in your code?

global

local

integer

String

The correct answer is global variable.