T

Team MCQ Buddy • 10.52K Points
Tutor II

Q. Global scope variables can be used

  • (A) Inside any function or block
  • (B) Inside a specific function
  • (C) Inside a specific block
  • (D) None of these

Explanation by: Team MCQ Buddy
Global scoped variable is declared outside all blocks of code. The scope of this variable inside any function or block.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.