What is the difference between local and global variables?

Local variables are defined within a subroutine. Their scope/visibility ends when the cursor leaves the subroutine.
Global variables on the other hand are variables that exist outside of all the subroutines and functions, and are available to all of them.

Answered by Chris D. Computing tutor

5865 Views

See similar Computing A Level tutors

Related Computing A Level answers

All answers ▸

Describe a difference between an array and a linked list.


What is recursion and why is it useful?


What is the difference between interpreted and intermediate code?


In a computer program, a parameter may be passed to a procedure by value. Explain how this method works.


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy