Global scope variables can be used –

44. Global scope variables can be used -

  1. Inside any function or block
  2. Inside a specific function
  3. Inside a specific block
  4. None of these

Answer: A) Inside any function or block

Explanation:

Global scoped variable is declared outside all blocks of code. The scope of this variable inside any function or block.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.