Where are the global variables stored?
Answer / Abhishek Pandey
In many programming languages like JavaScript and C, global variables are stored in a special area called the 'global scope' or 'global environment'. In JavaScript, global variables can be accessed from any part of the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you access a variable within a worker thread from the main thread?
How do I do a system restore?
What is cache memory?
A pair of redundant systems are operating, how would you ensure that when one of them goes down, the other one will take over its operation?
What is readers-writers problem?
What is a critical section?
Tell me the difference between yielding and sleeping?
What is dedicated processor assignment in operating system (os)?
State the differences between ddr1, 2 and 3.
Will chkdsk repair corrupt files?
What are the main functions of a kernel?
How do I get to the root directory?