Multiple choice

Which of the following scopes of variables allows accessiblity to user available at all the modules and procedure in an application?

  1. Private scope

  2. Module scope

  3. Public scope

  4. None of these

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

Public scope of variables allows accessiblity to user, available at all the modules and procedure in an application.