Variables Scope - cradules/cs50 GitHub Wiki

Variables Scope

  • Scope is a characteristic of a variable that defines from which function that variable may be accessed.
  • Local variables can only be accessed within the