Ask Question

T F Overuse of global variables can lead to problems.

+4
Answers (1)
  1. 15 May, 06:59
    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?
Find an answer to your question 👍 “T F Overuse of global variables can lead to problems. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers