Podcast
Questions and Answers
What is the purpose of a fixed region of memory in a program?
What is the purpose of a fixed region of memory in a program?
What is the downside of using too many global variables in a program?
What is the downside of using too many global variables in a program?
Why should unnecessary global variables be avoided in a program?
Why should unnecessary global variables be avoided in a program?
What is the potential problem with using too many global variables in a C program?
What is the potential problem with using too many global variables in a C program?
Signup and view all the answers
Why should unnecessary global variables be avoided in a program?
Why should unnecessary global variables be avoided in a program?
Signup and view all the answers
How can using a global variable instead of a local variable affect a function's generality?
How can using a global variable instead of a local variable affect a function's generality?
Signup and view all the answers