Ask Question
15 April, 23:02

T F Overuse of global variables can lead to problems.

+1
Answers (1)
  1. 16 April, 01:43
    0
    True

    Explanation:

    Global Variables

    Variables which are declared outside any function. Any function can use these variables, they are automatically initialized to zero (0). They are generally declared before main () function.

    Problems

    We can modify the global variable in any function as any function can access it. So it is hard to figure out which functions read and write these variables. Various problems are-

    No Access Control Concurrency issues Memory allocation issues
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “T F Overuse of global variables can lead to problems. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers